Skip to content

Commit

Permalink
Fix support e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
eodus committed Apr 7, 2017
1 parent 5204c2e commit e8c28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/pipeline/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def error(err_str, log=None, dipspades=False, prefix=IGREC_PY_ERROR_MESSAGE):
if log:
log.info("\n\n" + prefix + " " + err_str)
log_warnings(log)
log.info("\nIn case you have troubles running " + binary_name + ", you can write to [email protected]")
log.info("\nIn case you have troubles running " + binary_name + ", you can write to [email protected]")
log.info("Please provide us with .log files from the output directory.")
else:
sys.stderr.write("\n\n" + prefix + " " + err_str + "\n\n")
Expand Down

0 comments on commit e8c28da

Please sign in to comment.