From 96017bb36c316c706d6676068544deab01cc2f4f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 17 Aug 2021 16:00:42 +0200 Subject: [PATCH] Update draw.py --- src/ifcopenshell-python/ifcopenshell/draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/draw.py b/src/ifcopenshell-python/ifcopenshell/draw.py index a7d9fdfc06..b6f6a4f80c 100644 --- a/src/ifcopenshell-python/ifcopenshell/draw.py +++ b/src/ifcopenshell-python/ifcopenshell/draw.py @@ -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)