mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Avoid all terminal codes in --quiet mode
This commit is contained in:
parent
6a11e171e8
commit
59d7c44bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -102,5 +102,5 @@ class Reporter(object):
|
|||
if len(lines) > 1:
|
||||
print("\n".join(
|
||||
next_wrapper.fill(line) for line in lines[1:]))
|
||||
if bold_on:
|
||||
if bold_on and not self.config.quiet:
|
||||
sys.stdout.write(le_util.ANSI_SGR_RESET)
|
||||
|
|
|
|||
Loading…
Reference in a new issue