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 f90307e commit 43416a8Copy full SHA for 43416a8
1 file changed
ner_environment/build_system/build_system.py
@@ -373,6 +373,7 @@ def run_command(command, stream_output=False, exit_on_fail=False) -> int:
373
else:
374
return returncode
375
376
+ return 0
377
378
try:
379
result = subprocess.run(command, check=True, capture_output=True, text=True)
0 commit comments