From 7ba67582ded442ce023c2af0c294c5f6ee1ac0c6 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 5 Jun 2015 19:30:49 +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 1ee3e476..7f79c506 100644 --- a/platformio/commands/run.py +++ b/platformio/commands/run.py @@ -184,7 +184,7 @@ def _clean_pioenvs_dir(): if (isdir(pioenvs_dir) and getmtime(join(util.get_project_dir(), "platformio.ini")) > getmtime(pioenvs_dir)): - rmtree(pioenvs_dir) + rmtree(pioenvs_dir) # check project structure if isdir(pioenvs_dir) and isfile(structhash_file):