This commit is contained in:
Thomas Krijnen
2025-10-26 10:17:49 +01:00
parent 6f3065f6ce
commit 459aad54aa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ INVALID_SYNTAX = ifcopenshell_wrapper.file_open_status.INVALID_SYNTAX
try:
UNKNOWN = ifcopenshell_wrapper.file_open_status.UNKNOWN
except:
UNKNOWN = 5 # Workaround
UNKNOWN = 5 # Workaround
import struct