diff --git a/modules/societegenerale/pages/accounts_list.py b/modules/societegenerale/pages/accounts_list.py index f784dfe9..65004164 100644 --- a/modules/societegenerale/pages/accounts_list.py +++ b/modules/societegenerale/pages/accounts_list.py @@ -72,7 +72,7 @@ class AccountsList(BasePage): account._link_id = a.get('href', '') elif td.attrib.get('headers', '') == 'NumeroCompte': - account.id = self.parser.tocleanstring(td) + account.id = self.parser.tocleanstring(td).replace(u'\xa0', '') elif td.attrib.get('headers', '') == 'Libelle': text = self.parser.tocleanstring(td)