Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
eafa33db
Commit
eafa33db
authored
Nov 05, 2015
by
Vermaat
Browse files
Log result id for finished batch job
parent
dd7f2965
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/Scheduler.py
View file @
eafa33db
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment