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
e6a7163f
Commit
e6a7163f
authored
Sep 11, 2018
by
Markus Scheidgen
Browse files
Fix usage of proper repo unstage function.
parent
47d40af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/data.py
View file @
e6a7163f
...
...
@@ -305,7 +305,7 @@ class Upload(Proc):
def
unstage
(
self
):
self
.
get_logger
().
info
(
'unstage'
)
self
.
in_staging
=
False
RepoCalc
.
u
pdate_upload
(
upload_id
=
self
.
upload_id
,
staging
=
False
)
RepoCalc
.
u
nstage
(
upload_id
=
self
.
upload_id
)
self
.
save
()
@
property
...
...
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