fixed handling of last line (bug fix for second but last commit)

This commit is contained in:
Martin Diehl 2016-10-29 10:30:42 +02:00
parent 7e6e2e1c84
commit aa3dc56949
1 changed files with 1 additions and 1 deletions

View File

@ -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]