forked from platformio/platformio-core
Reload command for remote, update, improved docs; Bump to 3.2b2
This commit is contained in:
@@ -113,7 +113,7 @@ def cli(ctx, environment, target, upload_port, project_dir, silent, verbose,
|
||||
print_summary(results, start_time)
|
||||
|
||||
if any([r is False for r in results.values()]):
|
||||
raise exception.ReturnErrorCode()
|
||||
raise exception.ReturnErrorCode(1)
|
||||
return True
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user