mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
removing debug print from previous commit
This commit is contained in:
@@ -100,7 +100,6 @@ def write(output: Union[ifcopenshell.file, str], filepath: str) -> None:
|
|||||||
return
|
return
|
||||||
elif isinstance(output, str):
|
elif isinstance(output, str):
|
||||||
if os.path.exists(output):
|
if os.path.exists(output):
|
||||||
print('DEBUG shutil')
|
|
||||||
shutil.move(output, filepath)
|
shutil.move(output, filepath)
|
||||||
else:
|
else:
|
||||||
with open(filepath, "w") as text_file:
|
with open(filepath, "w") as text_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user