Skip to content

Commit 2a44490

Browse files
committed
Update to new specifications of "Natura" tag.
1 parent d8c1ab3 commit 2a44490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyFePA/fepa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
TD = ['TD{:0=2d}'.format(td) for td in range(1, 6)]
2828
TR = ['RT01','RT01']
2929
TC = ['TC{:0=2d}'.format(tc) for tc in range(1,22)]
30-
NT = ['NT{:0=2d}'.format(nt) for nt in range(1,7)]
30+
NT = ['N{:0=1d}'.format(nt) for nt in range(1,8)]
3131
TCP = ('SC', 'PR', 'AB', 'AC')
3232
SM = ('SC', 'MG')
3333
TP = ('TP01', 'TP02', 'TP03')

0 commit comments

Comments
 (0)