mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix indention
This commit is contained in:
@ -193,7 +193,7 @@ def _autoinstall_platform(ctx, platform, targets):
|
|||||||
|
|
||||||
elif (set(p.pkg_aliases_to_names(["toolchain"])) <=
|
elif (set(p.pkg_aliases_to_names(["toolchain"])) <=
|
||||||
set(p.get_installed_packages())):
|
set(p.get_installed_packages())):
|
||||||
return
|
return
|
||||||
|
|
||||||
if (not app.get_setting("enable_prompts") or
|
if (not app.get_setting("enable_prompts") or
|
||||||
click.confirm("The platform '%s' has not been installed yet. "
|
click.confirm("The platform '%s' has not been installed yet. "
|
||||||
|
Reference in New Issue
Block a user