From 25f283da1faa91de089c776f8512fdd3ffeae143 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 14 Dec 2021 11:56:55 +0000 Subject: [PATCH] wsgi: fix bug following the removal of the loop --- morss/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss/wsgi.py b/morss/wsgi.py index 32e263d..5a7630e 100644 --- a/morss/wsgi.py +++ b/morss/wsgi.py @@ -173,7 +173,7 @@ def cgi_file_handler(environ, start_response, app): except IOError: # problem with file (cannot open or not found) - continue + pass else: # file successfully open