diff --git a/modules/creditmutuel/pages.py b/modules/creditmutuel/pages.py index f7a0e45370c868abcb188d3286ce19626377fdcc..337d24f9b61c2d7982f95eeb3a6805275370b1c6 100644 --- a/modules/creditmutuel/pages.py +++ b/modules/creditmutuel/pages.py @@ -2866,7 +2866,7 @@ def parse(self, el): elif doc.xpath('//div/p[contains(text(), "Vous n\'avez pas l\'autorisation")]'): self.logger.warning("The user can't reach this page") elif doc.xpath('//p[contains(text(), "Problème technique")]'): - raise BrowserUnavailable(CleanText(doc.xpath('//p[contains(text(), "Problème technique")]'))(self)) + self.logger.warning(CleanText(doc.xpath('//p[contains(text(), "Problème technique")]'))(self)) else: assert False, 'xpath for card type information could have changed' else: