mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Fix indention
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user