This commit is contained in:
Ivan Kravets
2018-11-29 17:59:29 +02:00
parent 59a0d2b618
commit 6f01f10f59

View File

@ -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
])