weboob-devel/weboob
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
..
applications radioob: get rid of magic 2014-04-07 10:33:27 +02:00
capabilities Fix documentation of get_currency 2014-04-02 10:55:45 +02:00
core Add support for BASEURL instead of PROTOCOL+DOMAIN 2014-03-22 12:43:53 +01:00
tools Fix selecting a field in non-interactive mode 2014-04-18 10:24:47 +02:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00