Pull Request №720 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/roccomoretti-pyjobdistributor
Merge: bbb6a2d27c70be05b2fb2409f3920b5894967d60←e3751361009dba8c0071735914215864538210c5
Fix restart behavior in PyJobDistributor
----------------
Merge commit message:
Fix restart behavior in PyJobDistributor
The PyJobDistributor can result in an infinite loop if one of the entries are already completed (e.g. from a prior run) or is in progress from another run.
Fixes #347