From a44d7e997a3c119b9c8844ccd50011126f8f29c8 Mon Sep 17 00:00:00 2001 From: Vukas Pajic Date: Thu, 4 Aug 2022 10:25:30 +0200 Subject: [PATCH] typo --- src/ifcdiff/ifcdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcdiff/ifcdiff.py b/src/ifcdiff/ifcdiff.py index 747234d52d..9e3b97ee89 100755 --- a/src/ifcdiff/ifcdiff.py +++ b/src/ifcdiff/ifcdiff.py @@ -34,7 +34,7 @@ from deepdiff import DeepDiff class IfcDiff: - def __init__(self, old_file, new_file, output_file, relationships=None, is_shallow=True, filter_elements:None): + def __init__(self, old_file, new_file, output_file, relationships=None, is_shallow=True, filter_elements=None): self.old_file = old_file self.new_file = new_file self.output_file = output_file