Fix indention

This commit is contained in:
Ivan Kravets
2015-06-05 19:30:49 +03:00
parent 35ae470196
commit 7ba67582de

View File

@ -184,7 +184,7 @@ def _clean_pioenvs_dir():
if (isdir(pioenvs_dir) and if (isdir(pioenvs_dir) and
getmtime(join(util.get_project_dir(), "platformio.ini")) > getmtime(join(util.get_project_dir(), "platformio.ini")) >
getmtime(pioenvs_dir)): getmtime(pioenvs_dir)):
rmtree(pioenvs_dir) rmtree(pioenvs_dir)
# check project structure # check project structure
if isdir(pioenvs_dir) and isfile(structhash_file): if isdir(pioenvs_dir) and isfile(structhash_file):