Update draw.py

This commit is contained in:
Thomas Krijnen
2021-08-17 16:00:42 +02:00
parent 0483b929d7
commit 96017bb36c
+1 -1
View File
@@ -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)