an account owner name can start with Mle
This commit is contained in:
parent
fa6dd0b28d
commit
66cac07bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ class AccountsList(CragrBasePage):
|
|||
|
||||
def look_like_account_owner(self, string):
|
||||
""" Returns a date object built from a given day/month pair. """
|
||||
result = re.match('^\s*(M\.|Mr|Mme|Mlle|Monsieur|Madame|Mademoiselle)', string, re.IGNORECASE)
|
||||
result = re.match('^\s*(M\.|Mr|Mme|Mlle|Mle|Monsieur|Madame|Mademoiselle)', string, re.IGNORECASE)
|
||||
self.logger.debug('Does "%s" look like an account owner? %s', string, ('yes' if result else 'no'))
|
||||
return result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue