1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Flake8: Fix E722

This commit is contained in:
Unrud 2017-12-06 22:13:44 +01:00
parent 2b1d3ce3d2
commit dca25b9e90
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ class HTTPServer(wsgiref.simple_server.WSGIServer):
try:
self.server_bind()
self.server_activate()
except:
except BaseException:
self.server_close()
raise