This commit is contained in:
Andrej730
2024-09-30 11:07:10 +05:00
parent 6e2e01b460
commit 9131804e4e
4 changed files with 10 additions and 9 deletions
@@ -573,7 +573,8 @@ class serializers:
# ttl is always available since it doesn't depend on any C++ libraries,
# just people might be using an outdated binary
if hasattr(ifcopenshell_wrapper, 'TtlWktSerializer'):
if hasattr(ifcopenshell_wrapper, "TtlWktSerializer"):
@staticmethod
def ttl(
out_filename: Union[str, serializers.buffer], geometry_settings: settings, settings: serializer_settings