mirror of
https://github.com/platformio/platformio-core.git
synced 2026-04-28 18:12:05 +02:00
Typo fix
This commit is contained in:
@@ -149,7 +149,8 @@ def ProcessFlags(env, flags):
|
||||
def ProcessUnFlags(env, flags):
|
||||
if not flags:
|
||||
return
|
||||
flags = " ".join(flags)
|
||||
if isinstance(flags, list):
|
||||
flags = " ".join(flags)
|
||||
parsed_flags = env.ParseFlags(flags)
|
||||
all_flags = []
|
||||
for items in parsed_flags.values():
|
||||
|
||||
Reference in New Issue
Block a user