From 4cd294ef57339bbe9325eb342016ee84dff4da5d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 17 Jul 2015 13:52:43 +0300 Subject: [PATCH] Fix indention --- platformio/commands/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/commands/run.py b/platformio/commands/run.py index 3925ead4..7880f3fa 100644 --- a/platformio/commands/run.py +++ b/platformio/commands/run.py @@ -193,7 +193,7 @@ def _autoinstall_platform(ctx, platform, targets): elif (set(p.pkg_aliases_to_names(["toolchain"])) <= set(p.get_installed_packages())): - return + return if (not app.get_setting("enable_prompts") or click.confirm("The platform '%s' has not been installed yet. "