We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb072be commit a91138fCopy full SHA for a91138f
installation_and_upgrade/ibex_install_utils/run_process.py
@@ -68,7 +68,7 @@ def __init__(
68
if isinstance(expected_return_codes, int):
69
expected_return_codes = [expected_return_codes]
70
self._expected_return_codes = (
71
- expected_return_codes if expected_return_codes is not None else []
+ expected_return_codes if expected_return_codes is not None else [0]
72
)
73
self.log_command_args = log_command_args
74
if std_in is not None and self._capture_pipes:
0 commit comments