Catch correctly NotImplementedError from Weboob
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).