mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix openbot build
This commit is contained in:
@@ -378,4 +378,5 @@ try:
|
||||
return "todo"
|
||||
|
||||
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