Skip to content
GitLab
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
dd47d6a1
Commit
dd47d6a1
authored
Aug 20, 2019
by
Markus Scheidgen
Browse files
Added missing gui in email uploads url path.
parent
3f9b5660
Pipeline
#54052
passed with stages
in 30 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
dd47d6a1
...
...
@@ -870,7 +870,7 @@ class Upload(Proc):
base
=
config
.
api_url
()[:
-
3
]
if
base
.
endswith
(
'/'
):
base
=
base
[:
-
1
]
return
'%s/uploads/'
%
base
return
'%s/
gui/
uploads/'
%
base
def
_cleanup_after_processing
(
self
):
# send email about process finish
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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