Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the type of exit codes is None, int or ExitCode #1679

Closed
sphuber opened this issue Jun 22, 2018 · 0 comments
Closed

Ensure the type of exit codes is None, int or ExitCode #1679

sphuber opened this issue Jun 22, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@sphuber
Copy link
Contributor

sphuber commented Jun 22, 2018

Currently, when a JobProcess hits SUBMISSIONFAILED a JobCalculationExitStatus is returned instead of its integer value. The same goes for if parse_results of the execmanager fails. It is best to ensure that these enums are converted to ExitCode instances through their integer value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant