From 3983590d760886fb523f588cde1b51b744c6d33e Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 16 Dec 2013 14:00:03 +0100 Subject: [PATCH] Remove condition in format function Forgot to clean it in a3e6e98b4ea9e1bfe3cc2574523d028fb414c0d1 --- weboob/tools/application/repl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index c411a233..6f68e821 100644 --- a/weboob/tools/application/repl.py +++ b/weboob/tools/application/repl.py @@ -1109,9 +1109,6 @@ class ReplApplication(Cmd, ConsoleApplication): def format(self, result, alias=None): fields = self.selected_fields - # Do not format objects if they not respect conditions - if self.condition and not self.condition.is_valid(result): - return if '$direct' in fields or '$full' in fields: fields = None try: