mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update draw.py
This commit is contained in:
@@ -310,4 +310,4 @@ if __name__ == "__main__":
|
||||
|
||||
files = list(map(ifcopenshell.open, files))
|
||||
open(output, "wb").write(main(settings, files, progress_function=lambda *args: print("\r", *args, " "*10, end="", flush=True)))
|
||||
print("\r Done!")
|
||||
print("\r Done!", " " * 10)
|
||||
|
||||
Reference in New Issue
Block a user