https://github.com/aiidateam/aiida_core
Revision 6496606bf6865b749151457e55feb67edc852df0 authored by Sebastiaan Huber on 26 October 2017, 13:07:26 UTC, committed by Sebastiaan Huber on 26 October 2017, 13:07:26 UTC
The setter would erroneously always set the value to True
ignoring the value passed to the setter, leading to WorkChains
being aborted whenever loaded from instance state.

Also added a check to prevent an already aborted WorkChain from
being "unaborted" which should not be allowed.
1 parent 454bc13
History
Tip revision: 6496606bf6865b749151457e55feb67edc852df0 authored by Sebastiaan Huber on 26 October 2017, 13:07:26 UTC
Fix bug in _aborted setter of WorkChain
Tip revision: 6496606
File Mode Size
.travis-data
aiida
bin
docs
examples
utils
.coveragerc -rw-r--r-- 115 bytes
.gitignore -rw-r--r-- 188 bytes
.pre-commit-config.yaml -rw-r--r-- 982 bytes
.prospector.yaml -rw-r--r-- 120 bytes
.pylintrc -rw-r--r-- 14.5 KB
.style.yapf -rw-r--r-- 32 bytes
.travis.yml -rw-r--r-- 1.7 KB
AUTHORS.txt -rw-r--r-- 2.1 KB
CHANGELOG.md -rw-r--r-- 21.3 KB
LICENSE.txt -rw-r--r-- 1.4 KB
MANIFEST.in -rw-r--r-- 406 bytes
README.rst -rw-r--r-- 1.7 KB
fastentrypoints.py -rw-r--r-- 4.3 KB
open_source_licenses.txt -rw-r--r-- 18.2 KB
setup.py -rw-r--r-- 4.5 KB
setup_requirements.py -rw-r--r-- 5.3 KB

README.rst

back to top