wsgi: fix bug following the removal of the loop

This commit is contained in:
pictuga 2021-12-14 11:56:55 +00:00
parent 727d14e539
commit 25f283da1f

@ -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