Skip to content

Commit 43416a8

Browse files
committed
another fix
1 parent f90307e commit 43416a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ner_environment/build_system/build_system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def run_command(command, stream_output=False, exit_on_fail=False) -> int:
373373
else:
374374
return returncode
375375

376+
return 0
376377
else:
377378
try:
378379
result = subprocess.run(command, check=True, capture_output=True, text=True)

0 commit comments

Comments
 (0)