diff --git a/operator/sut_op.py b/operator/sut_op.py index 5b544e9..1f7145c 100644 --- a/operator/sut_op.py +++ b/operator/sut_op.py @@ -18,7 +18,7 @@ def execute(self, context): sut_tool = context.scene.sut_tool if not validate_collection_names(self, sut_tool): - return {'FINISHED WITH ERRORS'} + return {'CANCELLED'} # Unhide the Greybox Collection hide_collection_viewport(sut_tool.greybox_col_name, False)