Skip to content

Commit

Permalink
Change status "partial_success" to "error"
Browse files Browse the repository at this point in the history
  • Loading branch information
mexanick committed Jun 21, 2024
1 parent 636d451 commit bbe607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/core/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def run(self, argv=None, raises=False):
)
Provenance().finish_activity(
activity_name=self.name,
status="partial_success",
status="error",
exit_code=exit_status,
)
finally:
Expand Down

0 comments on commit bbe607c

Please sign in to comment.