Whitespace

This commit is contained in:
Florian Bruhin 2014-05-25 20:08:37 +02:00
parent b37ca744b2
commit 7200bf5690

View File

@ -81,10 +81,10 @@ def init_log(args):
sys.stderr.isatty() and args.color):
console_formatter = ColoredFormatter(
console_fmt_colored, datefmt, log_colors={
'DEBUG': 'cyan',
'INFO': 'green',
'WARNING': 'yellow',
'ERROR': 'red',
'DEBUG': 'cyan',
'INFO': 'green',
'WARNING': 'yellow',
'ERROR': 'red',
'CRITICAL': 'red',
}
)