Skip to content

Commit 0b16c07

Browse files
authored
return result when calling diff()
1 parent 0210131 commit 0b16c07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ifcdiff/ifcdiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def diff(self):
8989
print(" - {} item(s) were changed either geometrically or with data".format(len(self.change_register.keys())))
9090
print("# Diff finished in {:.2f} seconds".format(time.time() - start))
9191
logging.disable(logging.NOTSET)
92+
return f"# Diff finished in {time.time() - start:.2f} seconds"
9293

9394
def export(self):
9495
with open(self.output_file, "w", encoding="utf-8") as diff_file:

0 commit comments

Comments
 (0)