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
465575e1
Commit
465575e1
authored
Jul 03, 2019
by
Markus Scheidgen
Browse files
Improved publish email notification.
parent
08b74549
Pipeline
#51403
canceled with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
465575e1
...
...
@@ -733,8 +733,8 @@ class Upload(Proc):
message
=
'
\n
'
.
join
([
'Dear %s,'
%
name
,
''
,
'your data %suploaded %s has completed processing.'
%
(
self
.
name
if
self
.
name
else
''
,
self
.
upload_time
.
isoformat
()),
# pylint: disable=no-member
'your data %suploaded
at
%s has completed processing.'
%
(
'"%" '
%
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