Fix whitespace error
This commit is contained in:
parent
1d2918f82e
commit
1733b54c87
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Messenger(object):
|
||||||
|
|
||||||
def error(self, message):
|
def error(self, message):
|
||||||
self.log(Level.ERROR, message)
|
self.log(Level.ERROR, message)
|
||||||
|
|
||||||
def _color(self, level):
|
def _color(self, level):
|
||||||
'''
|
'''
|
||||||
Get a color (terminal escape sequence) according to a level.
|
Get a color (terminal escape sequence) according to a level.
|
||||||
|
|
Loading…
Reference in a new issue