From b3e74aff853ea708b522aef2756373c119179e62 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 29 Oct 2017 23:36:44 +0100 Subject: [PATCH] Fixes syntax error. --- bonobo/ext/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonobo/ext/console.py b/bonobo/ext/console.py index da84592..a917647 100644 --- a/bonobo/ext/console.py +++ b/bonobo/ext/console.py @@ -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 = ''