mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 01:11:40 +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
|
||||
elif isinstance(output, str):
|
||||
if os.path.exists(output):
|
||||
print('DEBUG shutil')
|
||||
shutil.move(output, filepath)
|
||||
else:
|
||||
with open(filepath, "w") as text_file:
|
||||
|
||||
Reference in New Issue
Block a user