Skip to content
Snippets Groups Projects
Commit eafa33db authored by Vermaat's avatar Vermaat
Browse files

Log result id for finished batch job

parent dd7f2965
No related branches found
No related tags found
No related merge requests found
......@@ -401,8 +401,8 @@ Mutalyzer batch scheduler""" % download_url)
pass
else:
print ('Job %s finished, email %s file %s'
% (batch_job.id, batch_job.email, batch_job.id))
print ('Job %s finished, email %s file %s' %
(batch_job.id, batch_job.email, batch_job.result_id))
self.__sendMail(batch_job.email, batch_job.result_id)
session.delete(batch_job)
session.commit()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment