1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Fix whitespace error

This commit is contained in:
Anish Athalye 2014-10-17 10:05:47 -04:00
parent 1d2918f82e
commit 1733b54c87

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.