diff --git a/src/blenderbim/blenderbim/bim/module/patch/operator.py b/src/blenderbim/blenderbim/bim/module/patch/operator.py index 9c30142e22..e6e7e1d795 100644 --- a/src/blenderbim/blenderbim/bim/module/patch/operator.py +++ b/src/blenderbim/blenderbim/bim/module/patch/operator.py @@ -100,6 +100,7 @@ class ExecuteIfcPatch(bpy.types.Operator): } ) ifcpatch.write(output, ifc_patch_output) + self.report({"INFO"}, f"{props.ifc_patch_recipes} patch executed successfully") return {"FINISHED"}