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