From 2ad47ae958d68462269f5a4ecb6ca579a3620fd2 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 29 Oct 2017 23:40:58 +0100 Subject: [PATCH] You should not code when tired... --- 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 a917647..e42a2b7 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): self.prefix = '' self.counter = 0 self._append_cache = ''