Closed lukebaumann closed 1 month ago
I see this is not the only place this type of check occurs.
Thank you for the change Luke! I added you to the repo as a writer so you can create a new branch based PR. I think the forking method doesn't work with our build tests.
Thank you for the change Luke! I added you to the repo as a writer so you can create a new branch based PR. I think the forking method doesn't work with our build tests.
Can you add me again? The invite expired
If there is an upgrad available for the cluster, additional text is printed to stderr
That text is captured by
run_command_for_value
and a ValueError is returned when trying to convert it to an integer.The fix is to inspect the return_code of
grep
instead of the text output ofwc -l
.Fixes / Features
-
Testing / Documentation
Testing details.