mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
return result when calling diff()
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user