Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
f605afa3
Commit
f605afa3
authored
Jul 03, 2019
by
Markus Scheidgen
Browse files
Fixed processing email notification.
parent
465575e1
Pipeline
#51405
canceled with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
f605afa3
...
...
@@ -734,7 +734,7 @@ class Upload(Proc):
'Dear %s,'
%
name
,
''
,
'your data %suploaded at %s has completed processing.'
%
(
'"%" '
%
self
.
name
if
self
.
name
else
''
,
self
.
upload_time
.
isoformat
()),
# pylint: disable=no-member
'"%
s
" '
%
self
.
name
if
self
.
name
else
''
,
self
.
upload_time
.
isoformat
()),
# pylint: disable=no-member
'You can review your data on your upload page: %s'
%
self
.
gui_url
])
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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