Fixed bug in cts error message handling.
This commit is contained in:
parent
e2ac51efcc
commit
e48aa966c1
|
@ -101,9 +101,9 @@ def emparse_cts(fp):
|
|||
line = line[:-1]
|
||||
if not line:
|
||||
continue
|
||||
errors.append(line)
|
||||
if line[:2] == '|-':
|
||||
break
|
||||
errors.append(line)
|
||||
return errors
|
||||
|
||||
def emparse_aol(fp):
|
||||
|
|
Loading…
Reference in New Issue