lanl / BEE

Other
13 stars 3 forks source link

Fix reset error issue #757: caused errors when there were active wor… #794

Closed pagrubel closed 3 months ago

pagrubel commented 3 months ago

…kflows. This commit performs the following to solve the errors:

Resolves: #757

pagrubel commented 3 months ago

This PR should be ready to merge. There is some discussion in #793 (closed) if you want to follow why this was implemented by removing all workflows. I could not remove initializing workflows, but the bee_workdir can be removed manually by the user once the reset is complete. Since this is mostly for developers I just added a message to tell them to do that.