diff --git a/src/bonsai/bonsai/bim/module/patch/operator.py b/src/bonsai/bonsai/bim/module/patch/operator.py index 888e1ed1bd..02c1e9ec90 100644 --- a/src/bonsai/bonsai/bim/module/patch/operator.py +++ b/src/bonsai/bonsai/bim/module/patch/operator.py @@ -111,7 +111,7 @@ class UpdateIfcPatchArguments(bpy.types.Operator): recipe: bpy.props.StringProperty() def execute(self, context): - if self.recipe == "": + if self.recipe == "-": print("No Recipe Selected. Impossible to load arguments") return {"FINISHED"} patch_args = context.scene.BIMPatchProperties.ifc_patch_args_attr