mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix write() call
This commit is contained in:
@@ -879,7 +879,7 @@ class file_mixin:
|
||||
raise NotImplementedError("Writing .ifcXML files is not supported")
|
||||
if format == ".ifcZIP":
|
||||
return self.write(path, ".ifc", zipped=True)
|
||||
self.write(str(path))
|
||||
self._write(str(path))
|
||||
|
||||
if zipped:
|
||||
unzipped_path = path.with_suffix(format)
|
||||
|
||||
Reference in New Issue
Block a user