mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Update draw.py
This commit is contained in:
@@ -310,4 +310,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
files = list(map(ifcopenshell.open, files))
|
files = list(map(ifcopenshell.open, files))
|
||||||
open(output, "wb").write(main(settings, files, progress_function=lambda *args: print("\r", *args, " "*10, end="", flush=True)))
|
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