Skip to content

Commit

Permalink
Update warning to error for checkInputs CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Oct 7, 2022
1 parent 5dbf670 commit 57ed9cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion armi/cli/checkInputs.py
Expand Up @@ -139,4 +139,6 @@ def invoke(self):
)

if any(t[2] != "PASSED" or t[3] != "PASSED" for t in table):
runLog.warning(f"Check did not pass with flying colors")
runLog.error(
"It is possible the case either can not run or is not self consistent"
)

0 comments on commit 57ed9cd

Please sign in to comment.