#2339 Read directly from raw data instead of using strings for IfcDiff output

This commit is contained in:
Dion Moult
2022-08-18 17:57:11 +10:00
parent 836a162d57
commit 97cf1da4ff
5 changed files with 75 additions and 39 deletions
-1
View File
@@ -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: