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
c14b5703
Commit
c14b5703
authored
Mar 07, 2019
by
Markus Scheidgen
Browse files
Minor logging fix.
parent
4b527494
Pipeline
#44897
passed with stages
in 24 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/migration.py
View file @
c14b5703
...
...
@@ -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