mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Cleanup whitespaces
This commit is contained in:
@ -7,7 +7,7 @@ except ImportError:
|
|||||||
import sys
|
import sys
|
||||||
for _path in sys.path:
|
for _path in sys.path:
|
||||||
if "platformio" in _path:
|
if "platformio" in _path:
|
||||||
sys.path.insert(0, _path[:_path.rfind("platformio")-1])
|
sys.path.insert(0, _path[:_path.rfind("platformio") - 1])
|
||||||
break
|
break
|
||||||
from platformio import util
|
from platformio import util
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user