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