Skip to content

Commit 8d519ce

Browse files
committed
Give more accurate error message in delphin.ace
1 parent b6f3910 commit 8d519ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delphin/ace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def _sexpr_data(line: str) -> Iterator[Tuple[str, Any]]:
677677
(':error', 'incomplete output from ACE'),
678678
'')
679679
if len(expr.data) != 2:
680-
logger.error('Malformed output from ACE: %s', line)
680+
logger.error('Could not read output from ACE: %s', line)
681681
break
682682

683683
key, val = expr.data

0 commit comments

Comments
 (0)