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
ad663ee6
Commit
ad663ee6
authored
Mar 07, 2019
by
Markus Scheidgen
Browse files
Merge branch 'migration' into 'master'
Merge the latest fixes. See merge request
!35
parents
4b527494
c14b5703
Pipeline
#44942
passed with stages
in 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
nomad/migration.py
View file @
ad663ee6
...
...
@@ -810,7 +810,7 @@ class NomadCOEMigration:
if
not
self
.
_validate
(
calc
,
source_calc_with_metadata
,
calc_logger
):
report
.
calcs_with_diffs
+=
1
except
Exception
as
e
:
logger
.
warning
(
'unexpected exception during validation'
,
exc_info
=
e
)
calc_
logger
.
warning
(
'unexpected exception during validation'
,
exc_info
=
e
)
report
.
calcs_with_diffs
+=
1
else
:
calc_logger
.
info
(
'processed a calc that has no source'
)
...
...
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