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
daefaa63
Commit
daefaa63
authored
Aug 06, 2019
by
Markus Scheidgen
Browse files
Minor fix. [skip ci]
parent
280584be
Pipeline
#53216
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/cli/client/migration.py
View file @
daefaa63
...
...
@@ -299,7 +299,7 @@ def missing(start_pid, uploads):
for
upload_information
in
upload_list
:
source_upload_id
=
upload_information
.
get
(
'source_upload_id'
,
None
)
if
source_upload_id
is
not
None
:
uploads
.
a
ppen
d
(
source_upload_id
)
uploads
.
a
d
d
(
source_upload_id
)
for
source_upload_id
in
uploads
:
print
(
source_upload_id
)
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