Skip to content

Commit f448e50

Browse files
committed
[FIX] fix parsing the line "04"
1 parent 1650082 commit f448e50

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
@@ -145,7 +145,7 @@ class ParserContent04(Parser):
145145
('exempt_code', G_AN_ % 1 ),
146146
('_3', G_AN_ % 1 ),
147147
('amount', G_AMT ),
148-
('_4:', G_AN_ % 16),
148+
('_4:', G_ALL % 16),
149149
]
150150

151151
def _post(self, res):

0 commit comments

Comments
 (0)