Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
verdi plugin list
: Show which exit codes invalidate cache (#5710)
For `Process` entry points, the `verdi plugin list` command will show a formatted rendering of the process specification. Here we mark exit codes that invalidate the cache in bold red. For example, the `ArithmeticAddCalculation` will now display as: $ verdi plugin list aiida.calculations core.arithmetic.add ... Exit codes: 0 The process finished successfully. 1 The process has failed with an unspecified error. 2 The process failed with legacy failure mode. 11 The process did not register a required output. 100 The process did not have the required `retrieved` output. 110 The job ran out of memory. 120 The job ran out of walltime. 310 The output file could not be read. 320 The output file contains invalid output. 410 The sum of the operands is a negative number. Exit codes that invalidate the cache are marked in bold red.
- Loading branch information