weboob-devel/weboob
Laurent Bachelier 0927230e95 Also check arguments with is_here()
Otherwise, something like that would never work:
page.stay_or_go(id=1)
page.stay_or_go(id=2)  # would stay on URL for id=1

To avoid breaking simple usage of is_here(), if no arguments are
provided, then there are no checks.

That means:
page.stay_or_go(id=1)
page.stay_or_go()  # nothing happens
2014-03-22 12:43:53 +01:00
..
applications Fix hints in not found error 2014-03-19 11:18:47 +01:00
capabilities Show a user-friendly error message 2014-03-22 12:43:53 +01:00
core Add support for BASEURL instead of PROTOCOL+DOMAIN 2014-03-22 12:43:53 +01:00
tools Also check arguments with is_here() 2014-03-22 12:43:53 +01:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00