Skip to content
Snippets Groups Projects
Commit 37a9db8e authored by kaloyane's avatar kaloyane
Browse files

minor: typo

SVN: 22120
parent ae59f565
No related branches found
No related tags found
No related merge requests found
......@@ -193,9 +193,9 @@ def sendEmail(title, content, recipients):
if not recipients:
if experiment:
experimentMsg = ("Please, fill in e-mail recipients list in the property '%s' of experiment '%s'." % (EXPERIMENT_RECIPIENTS_PROPCODE, experiment.getExperimentIdentifier()))
else :
else:
experimentMsg = ""
state.operationLog.error("Failed to detected e-mail recipients for incoming folder '%s'.%s"
state.operationLog.error("Failed to detect e-mail recipients for incoming folder '%s'.%s"
" No e-mails will be sent."
"\nEmail title: %s"
"\nEmail content: %s" %
......
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