mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Fix openbot build
This commit is contained in:
@@ -378,4 +378,5 @@ try:
|
|||||||
return "todo"
|
return "todo"
|
||||||
|
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
print(f"No stream support: {e}")
|
import sys
|
||||||
|
print(f"No stream support: {e}", file=sys.stderr)
|
||||||
|
|||||||
Reference in New Issue
Block a user