mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Typo fix
This commit is contained in:
@ -78,7 +78,7 @@ def LoadDevPlatform(env, variables):
|
|||||||
return
|
return
|
||||||
|
|
||||||
board_config = env.BoardConfig()
|
board_config = env.BoardConfig()
|
||||||
for k in variables:
|
for k in variables.keys():
|
||||||
if (k in env or
|
if (k in env or
|
||||||
not any([k.startswith("BOARD_"), k.startswith("UPLOAD_")])):
|
not any([k.startswith("BOARD_"), k.startswith("UPLOAD_")])):
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user