diff --git a/src/ifcopenshell-python/ifcopenshell/stream.py b/src/ifcopenshell-python/ifcopenshell/stream.py index df6ba552f5..df05f934b9 100644 --- a/src/ifcopenshell-python/ifcopenshell/stream.py +++ b/src/ifcopenshell-python/ifcopenshell/stream.py @@ -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)