wsgi: fix bug following the removal of the loop
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
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
|
||||
|
|
Loading…
Reference in New Issue