You should not code when tired...

This commit is contained in:
Romain Dorgueil
2017-10-29 23:40:58 +01:00
parent b3e74aff85
commit 2ad47ae958

View File

@ -54,7 +54,7 @@ class ConsoleOutputPlugin(Plugin):
super(ConsoleOutputPlugin, self).__init__(context) super(ConsoleOutputPlugin, self).__init__(context)
self._reset() self._reset()
def _reset(): def _reset(self):
self.prefix = '' self.prefix = ''
self.counter = 0 self.counter = 0
self._append_cache = '' self._append_cache = ''