mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix ruff UP041
This commit is contained in:
@@ -106,7 +106,7 @@ class IfcTesterWebSocketServer:
|
||||
self.runner = None
|
||||
|
||||
print("IfcTester WebSocket server stopped")
|
||||
except asyncio.TimeoutError:
|
||||
except TimeoutError:
|
||||
print("Websocket server cleanup timed out, forcing shutdown")
|
||||
except Exception as e:
|
||||
print(f"Error during websocket cleanup: {e}")
|
||||
|
||||
Reference in New Issue
Block a user