This commit is contained in:
Jakub Wilk 2018-04-22 10:42:42 +02:00 committed by Pradyun Gedam
parent 94b6c653d0
commit 9d7095c72e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class ColorizedStreamHandler(logging.StreamHandler):
if hasattr(real_stream, "isatty") and real_stream.isatty():
return True
# If we have an ASNI term we should color it
# If we have an ANSI term we should color it
if os.environ.get("TERM") == "ANSI":
return True