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
10959a80
Commit
10959a80
authored
Nov 05, 2015
by
Vermaat
Browse files
Merge pull request #114 from mutalyzer/log-batch-result-id
Log result id for finished batch job
parents
dd7f2965
eafa33db
Changes
1
Hide whitespace changes
Inline
Side-by-side
mutalyzer/Scheduler.py
View file @
10959a80
...
...
@@ -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