diff --git a/src/ifcpatch/ifcpatch/recipes/SplitByBuildingStorey.py b/src/ifcpatch/ifcpatch/recipes/SplitByBuildingStorey.py index 3a48af45b7..0d881fde47 100644 --- a/src/ifcpatch/ifcpatch/recipes/SplitByBuildingStorey.py +++ b/src/ifcpatch/ifcpatch/recipes/SplitByBuildingStorey.py @@ -37,6 +37,8 @@ class Patcher: self.src = src self.file = file self.logger = logger + self.output_dir = output_dir + def patch(self): import ifcopenshell