return result when calling diff()

This commit is contained in:
Vukas Pajic
2022-08-04 16:45:10 +02:00
committed by GitHub
parent 0210131a56
commit 0b16c07e3a
+1
View File
@@ -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: