wsgi: fix bug following the removal of the loop
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
727d14e539
commit
25f283da1f
@ -173,7 +173,7 @@ def cgi_file_handler(environ, start_response, app):
|
|||||||
|
|
||||||
except IOError:
|
except IOError:
|
||||||
# problem with file (cannot open or not found)
|
# problem with file (cannot open or not found)
|
||||||
continue
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# file successfully open
|
# file successfully open
|
||||||
|
Loading…
x
Reference in New Issue
Block a user