mirror of
1
0
Fork 0

Fix whitespace error

This commit is contained in:
Anish Athalye 2014-10-17 10:05:47 -04:00
parent 1d2918f82e
commit 1733b54c87
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class Messenger(object):
def error(self, message):
self.log(Level.ERROR, message)
def _color(self, level):
'''
Get a color (terminal escape sequence) according to a level.