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
genotoul-bioinfo
D-GENIES
Commits
8e62fecd
Commit
8e62fecd
authored
Apr 09, 2018
by
Floreal Cabanettes
Browse files
Fix send mail when alignment file given
parent
36f3915d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/job_manager.py
View file @
8e62fecd
...
...
@@ -204,8 +204,8 @@ class JobManager:
# Send:
self
.
mailer
.
send_mail
(
recipients
=
[
self
.
email
],
subject
=
self
.
get_mail_subject
(
status
),
message
=
self
.
get_mail_content
(
status
),
message_html
=
self
.
get_mail_content_html
(
status
))
message
=
self
.
get_mail_content
(
status
,
target_name
,
query_name
),
message_html
=
self
.
get_mail_content_html
(
status
,
target_name
,
query_name
))
def
search_error
(
self
):
logs
=
os
.
path
.
join
(
self
.
output_dir
,
"logs.txt"
)
...
...
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