Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broaden setting parsing error checking #247

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

ntouran
Copy link
Member

@ntouran ntouran commented Feb 4, 2021

Loading a settings file that had a setting with an invalid value was not
getting caught here because it was just a single invalid. This broadens
the exception catching to capture any related validation error.

Additionally the directory changer was changed to not make a separate
error folder since most of the time migration type errors will be found
in a local setting rather than while running on HPC.

Loading a settings file that had a setting with an invalid value was not
getting caught here because it was just a single invalid. This broadens
the exception catching to capture any related validation error.

Additionally the directory changer was changed to not make a separate
error folder since most of the time migration type errors will be found
in a local setting rather than while running on HPC.
@ntouran ntouran requested a review from youngmit February 4, 2021 22:34
@ntouran ntouran merged commit b6a4a33 into terrapower:master Feb 5, 2021
@ntouran ntouran deleted the oldinputhelp branch February 5, 2021 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants