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

Merge pull request #114 from mutalyzer/log-batch-result-id

Log result id for finished batch job
parents dd7f2965 eafa33db
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