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