mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Really never echo terminal codes in quiet mode
This commit is contained in:
@@ -95,6 +95,7 @@ class Reporter(object):
|
||||
continue
|
||||
if no_exception or msg.on_crash:
|
||||
if bold_on and msg.priority > self.HIGH_PRIORITY:
|
||||
if not self.config.quiet:
|
||||
sys.stdout.write(le_util.ANSI_SGR_RESET)
|
||||
bold_on = False
|
||||
lines = msg.text.splitlines()
|
||||
|
||||
Reference in New Issue
Block a user