This commit is contained in:
Andrej730
2025-03-17 16:38:58 +05:00
parent 73a83c6d4e
commit 1f43f7f807
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ class file:
if format == ".ifcZIP":
return self.write(path, ".ifc", zipped=True)
self.wrapped_data.write(str(path))
if zipped:
unzipped_path = path.with_suffix(format)
path.rename(unzipped_path)