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:
parent
2b1d3ce3d2
commit
dca25b9e90
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class HTTPServer(wsgiref.simple_server.WSGIServer):
|
|||
try:
|
||||
self.server_bind()
|
||||
self.server_activate()
|
||||
except:
|
||||
except BaseException:
|
||||
self.server_close()
|
||||
raise
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue