mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
YAPF
This commit is contained in:
@ -70,8 +70,7 @@ def in_silence(ctx=None):
|
|||||||
return True
|
return True
|
||||||
return ctx.args and any([
|
return ctx.args and any([
|
||||||
ctx.args[0] == "debug" and "--interpreter" in " ".join(ctx.args),
|
ctx.args[0] == "debug" and "--interpreter" in " ".join(ctx.args),
|
||||||
ctx.args[0] == "upgrade",
|
ctx.args[0] == "upgrade", "--json-output" in ctx.args,
|
||||||
"--json-output" in ctx.args,
|
|
||||||
"--version" in ctx.args
|
"--version" in ctx.args
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user