mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
#2339 Read directly from raw data instead of using strings for IfcDiff output
This commit is contained in:
@@ -121,7 +121,6 @@ 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