Skip to content
Snippets Groups Projects
Commit 762012e9 authored by Thomas Weber's avatar Thomas Weber
Browse files

Correct small issue on Snakefile indentation

parent 80349803
Branches master
No related tags found
No related merge requests found
......@@ -213,12 +213,12 @@ elif mode_selected == "download_data":
rules.dl_external_data_index.output
if config["mail"]:
onsuccess:
print("Workflow finished, no error")
shell('mail -s "Workflow finished, no error"' + config["mail"] '< {log}')
onerror:
print("An error occurred")
shell('mail -s "Workflow failed, an error occurred"' + config["mail"] '< {log}')
# if config["mail"]:
# onsuccess:
# print("Workflow finished, no error")
# shell('mail -s "Workflow finished, no error"' + config["mail"] '< {log}')
# onerror:
# print("An error occurred")
# shell('mail -s "Workflow failed, an error occurred"' + config["mail"] '< {log}')
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