fix wording
This commit is contained in:
parent
83d5cb1d0b
commit
84ce7b72ec
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ class FrenchTransaction(Transaction):
|
||||||
else:
|
else:
|
||||||
item.obj.rdate = datetime.date(yy, mm, dd)
|
item.obj.rdate = datetime.date(yy, mm, dd)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
raise ParseError('Unable to date in label %r: %s' % (raw, e))
|
raise ParseError('Unable to parse date in label %r: %s' % (raw, e))
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue