Skip to content

Commit

Permalink
f! scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Apr 3, 2019
1 parent 44e3305 commit eaaaf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def end_job(self, job, label, job_name):
try:
job.determine_job_status() # also downloads output file
except IOError:
if not job.job_type in ['orbitals']:
if job.job_type not in ['orbitals']:
logging.warn('Tried to determine status of job {0}, but it seems like the job never ran.'
' Re-running job.'.format(job.job_name))
self.run_job(label=label, xyz=job.xyz, level_of_theory=job.level_of_theory, job_type=job.job_type,
Expand Down

0 comments on commit eaaaf20

Please sign in to comment.