weboob-devel/weboob/tools/application
Florent a03f2b627e Fix selecting a field in non-interactive mode
The command:
boobank ing history blabla@ing -f table -s label,amount,date
was bugued, since b770163d9b.

Before to iter the history, boobank uses the get_object method, with fields set to []. The goal is to not use the selected_fields configured by the user.

But the commit b770163d9b added:
"or self.selected_fields"
Since "if []" return false, it cannot works.
2014-04-18 10:24:47 +02:00
..
formatters json formatter: all subobjects are also encoded 2013-12-22 22:12:03 +01:00
qt display a message when more results are available (closes #1038) 2013-07-27 23:40:24 +02:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
base.py soometimes, a backend method can return None 2014-04-14 20:45:44 +02:00
console.py better display to prompt user passwords 2014-02-24 14:55:06 +01:00
javascript.py change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
media_player.py Add mpv to default players 2014-01-08 08:06:18 +01:00
repl.py Fix selecting a field in non-interactive mode 2014-04-18 10:24:47 +02:00
results.py Test the id and the fullid in condition 2014-04-09 10:30:19 +02:00