Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
36eabdfa
Commit
36eabdfa
authored
Dec 03, 2021
by
Markus Scheidgen
Browse files
Fixed linting.
parent
f7a74b8d
Pipeline
#116574
passed with stages
in 29 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/flask/api/repo.py
View file @
36eabdfa
...
...
@@ -517,7 +517,7 @@ def edit(parsed_query: Dict[str, Any], mongo_update: Dict[str, Any] = None, re_i
except
Exception
as
e
:
common
.
logger
.
error
(
'edit repo could not create index doc'
,
'edit repo could not create index doc'
,
upload_id
=
upload_id
,
calc_id
=
calc
.
calc_id
,
exc_info
=
e
)
for
upload_files
in
upload_files_cache
.
values
():
...
...
Write
Preview
Markdown
is supported
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