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

Add class property Process.get_exit_statuses #3217

Merged
merged 2 commits into from
Jul 26, 2019

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Jul 26, 2019

Fixes #3215

This utility property will return a list of exit status integers based
on a list of exit code labels. This is useful if a list of labels needs
to be mapped onto their corresponding integers.

This utility property will return a list of exit status integers based
on a list of exit code labels. This is useful if a list of labels needs
to be mapped onto their corresponding integers.
@sphuber sphuber merged commit 43a609c into aiidateam:develop Jul 26, 2019
@sphuber sphuber deleted the fix_3215_process_get_exit_statuses branch July 26, 2019 14:06
d-tomerini pushed a commit to d-tomerini/aiida_core that referenced this pull request Sep 30, 2019
This utility property will return a list of exit status integers based
on a list of exit code labels. This is useful if a list of labels needs
to be mapped onto their corresponding integers.
d-tomerini pushed a commit to d-tomerini/aiida_core that referenced this pull request Oct 16, 2019
This utility property will return a list of exit status integers based
on a list of exit code labels. This is useful if a list of labels needs
to be mapped onto their corresponding integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add property to get exit status from list of labels from process class
2 participants