diff --git a/worker.py b/worker.py index 9f94e301..b5c96e5b 100644 --- a/worker.py +++ b/worker.py @@ -321,7 +321,10 @@ def run(self): # things like runjob timeouts and makefile errors to be # normal termination and doesn't reschedule the job. elapsed_secs = time.time() - start_time - self.log.info("Success: job %s:%d finished after %d seconds" % (self.job.name, self.job.id, elapsed_secs)) + self.log.info( + "Success: job %s:%d finished after %d seconds" + % (self.job.name, self.job.id, elapsed_secs) + ) # Move the job from the live queue to the dead queue # with an explanatory message