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