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
bf36e41c
Commit
bf36e41c
authored
Mar 06, 2019
by
Markus Scheidgen
Browse files
Raise per page on validation.
parent
16b8ce85
Changes
1
Hide whitespace changes
Inline
Side-by-side
nomad/migration.py
View file @
bf36e41c
...
...
@@ -753,7 +753,7 @@ class NomadCOEMigration:
# check for processing errors
with
utils
.
timer
(
logger
,
'checked upload processing'
):
per_page
=
2
00
per_page
=
5
00
for
page
in
range
(
1
,
math
.
ceil
(
upload_total_calcs
/
per_page
)
+
1
):
upload
=
self
.
nomad
(
'uploads.get_upload'
,
upload_id
=
upload
.
upload_id
,
per_page
=
per_page
,
...
...
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