Skip to content

Commit 725193b

Browse files
committed
Open files from more banks by accepting that field to be empty
This field is not mandatory as explained in the CFONB 120 specification.
1 parent 3bffd9a commit 725193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfonb/parser/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class ParserContent05(Parser):
183183
_regex = [
184184
('record_code', '(05)', 2),
185185
('bank_code', G_N, 5),
186-
('internal_code', G_AN, 4),
186+
('internal_code', G_AN_, 4),
187187
('desk_code', G_N, 5),
188188
('currency_code', G_A_, 3),
189189
('nb_of_dec', G_N_, 1),

0 commit comments

Comments
 (0)