mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Typo fix
This commit is contained in:
@@ -149,6 +149,7 @@ def ProcessFlags(env, flags):
|
|||||||
def ProcessUnFlags(env, flags):
|
def ProcessUnFlags(env, flags):
|
||||||
if not flags:
|
if not flags:
|
||||||
return
|
return
|
||||||
|
if isinstance(flags, list):
|
||||||
flags = " ".join(flags)
|
flags = " ".join(flags)
|
||||||
parsed_flags = env.ParseFlags(flags)
|
parsed_flags = env.ParseFlags(flags)
|
||||||
all_flags = []
|
all_flags = []
|
||||||
|
Reference in New Issue
Block a user