From 668b0690726c50e2f4aad31bc80d3a7a88398661 Mon Sep 17 00:00:00 2001 From: Guillaume Risbourg Date: Tue, 15 Sep 2020 17:58:30 +0200 Subject: [PATCH] [boursorama] Fix typo in log message --- modules/boursorama/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 6b8d77e0dc..b2c2a149f6 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -640,7 +640,7 @@ def init_transfer(self, transfer, **kwargs): # at this stage, the site doesn't show the real ids/ibans, we can only guess if recipients[0].label != ret.recipient_label: self.logger.info( - 'Recipients from iter_recipient and from the transfer are diffent: "%s" and "%s"', + 'Recipients from iter_recipient and from the transfer are different: "%s" and "%s"', recipients[0].label, ret.recipient_label ) if not ret.recipient_label.startswith('%s - ' % recipients[0].label): -- GitLab