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