no logic change yet
This commit is contained in:
parent
6378cb1ff1
commit
1a56ad7a72
|
@ -93,7 +93,7 @@ for name in filenames:
|
||||||
elif type == '.':
|
elif type == '.':
|
||||||
table.data = [former]
|
table.data = [former]
|
||||||
elif type == 'to':
|
elif type == 'to':
|
||||||
table.data = [former-reps+1,'to',former]
|
table.data = [start,'to',former]
|
||||||
elif type == 'of':
|
elif type == 'of':
|
||||||
table.data = [reps,'of',former]
|
table.data = [reps,'of',former]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue