fixed handling of last line (bug fix for second but last commit)
This commit is contained in:
parent
7e6e2e1c84
commit
aa3dc56949
|
@ -107,7 +107,7 @@ for name in filenames:
|
||||||
|
|
||||||
table.data = {
|
table.data = {
|
||||||
'.' : [former],
|
'.' : [former],
|
||||||
'to': [former-reps+1,'to',former],
|
'to': [start,'to',former],
|
||||||
'of': [reps,'of',former],
|
'of': [reps,'of',former],
|
||||||
}[compressType]
|
}[compressType]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue