wsgi: fix bug following the removal of the loop
continuous-integration/drone/push Build was killed Details

master
pictuga 2021-12-14 11:56:55 +00:00
parent 727d14e539
commit 25f283da1f
1 changed files with 1 additions and 1 deletions

View File

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