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
ea8d2df3
Commit
ea8d2df3
authored
Jan 23, 2020
by
Markus Scheidgen
Browse files
Minor fix.
parent
cf27bf6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad/cli/client/mirror.py
View file @
ea8d2df3
...
...
@@ -216,8 +216,8 @@ def mirror(
# In tests, we mirror from our selves, fake that the upload does not exist
raise
KeyError
()
if
replace
:
delete_upload
(
upload
=
upload
)
if
replace
and
not
dry
:
delete_upload
(
upload
=
upload
,
skip_files
=
True
)
else
:
if
len
(
query
)
>
0
:
...
...
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