Skip to content

Commit

Permalink
Fixed search for duplicated jobs in job restart (Issue #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasso committed Jan 11, 2014
1 parent 2462b0e commit 23d1e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jip/cli/jip_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def main():
################################################################
for exe in jip.jobs.create_executions(jobs,
check_outputs=False,
check_queued=False,
save=True):
if exe.job.state in [jip.db.STATE_DONE] and \
not args['--force']:
Expand Down

0 comments on commit 23d1e52

Please sign in to comment.