Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e48aa96

Browse files
committed
Fixed bug in cts error message handling.
1 parent e2ac51e commit e48aa96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/mailerdaemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def emparse_cts(fp):
101101
line = line[:-1]
102102
if not line:
103103
continue
104-
errors.append(line)
105104
if line[:2] == '|-':
106105
break
106+
errors.append(line)
107107
return errors
108108

109109
def emparse_aol(fp):

0 commit comments

Comments
 (0)