Skip to content

Catch correctly NotImplementedError from Weboob

Phyks requested to merge phyks/kresus:issue_655 into master

Weboob calls to methods can raise NotImplementedError on call but also on iteration on the results. This reverted a change introduced in !430 (merged) which was failing to catch this NotImplementedError upon iteration.

Closes #655 (closed).

Merge request reports