From 5df0cf39a0f268ecc3a8ef52485b97596706aaca Mon Sep 17 00:00:00 2001 From: Vukas Pajic Date: Wed, 8 Feb 2023 12:06:16 +0100 Subject: [PATCH] minor fix --- src/ifcpatch/ifcpatch/recipes/SplitByBuildingStorey.py | 2 ++ 1 file changed, 2 insertions(+) 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