Fixes syntax error.

This commit is contained in:
Romain Dorgueil
2017-10-29 23:36:44 +01:00
parent ba9f7171d4
commit b3e74aff85

View File

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