diff --git a/src/ifcdiff/ifcdiff.py b/src/ifcdiff/ifcdiff.py index 9e3b97ee89..ea5d6b2ffe 100755 --- a/src/ifcdiff/ifcdiff.py +++ b/src/ifcdiff/ifcdiff.py @@ -89,6 +89,7 @@ class IfcDiff: print(" - {} item(s) were changed either geometrically or with data".format(len(self.change_register.keys()))) print("# Diff finished in {:.2f} seconds".format(time.time() - start)) logging.disable(logging.NOTSET) + return f"# Diff finished in {time.time() - start:.2f} seconds" def export(self): with open(self.output_file, "w", encoding="utf-8") as diff_file: