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 = {
|
||||
'.' : [former],
|
||||
'to': [former-reps+1,'to',former],
|
||||
'to': [start,'to',former],
|
||||
'of': [reps,'of',former],
|
||||
}[compressType]
|
||||
|
||||
|
|
Loading…
Reference in New Issue