mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Minor improvements for exitStatus and returncode
This commit is contained in:
@ -82,7 +82,8 @@ def main():
|
||||
else:
|
||||
error_str += format_exc()
|
||||
click.secho(error_str, fg="red", err=True)
|
||||
sys_exit(1)
|
||||
return 1
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user