Skip to content

Commit

Permalink
Fix modified _append_to_session() method call in _resubmit().
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepklr committed Jun 23, 2015
1 parent 174ab9b commit a3a0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridmap/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def _resubmit(session, job, temp_dir):
logger.error("Could not kill job with SGE id %s", job.id,
exc_info=True)
# create new job
_append_job_to_session(session, job, temp_dir=temp_dir)
_append_job_to_session(session, job)
else:
logger.error("Could not restart job because we're in local mode.")

Expand Down

0 comments on commit a3a0b7b

Please sign in to comment.