Skip to content

Commit

Permalink
Update exit code in calc
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jan 23, 2024
1 parent 0d31fe2 commit 2e62c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_aimall/calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def define(cls, spec):
spec.default_output_node = "output_parameters"
spec.exit_code(
210,
"ERROR_OUTPUT_MISSING",
"ERROR_MISSING_OUTPUT_FILES",
message="The retrieved folder did not contain the output file.",
)
spec.outputs.dynamic = True
Expand Down

0 comments on commit 2e62c96

Please sign in to comment.