We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f3910 commit 8d519ceCopy full SHA for 8d519ce
delphin/ace.py
@@ -677,7 +677,7 @@ def _sexpr_data(line: str) -> Iterator[Tuple[str, Any]]:
677
(':error', 'incomplete output from ACE'),
678
'')
679
if len(expr.data) != 2:
680
- logger.error('Malformed output from ACE: %s', line)
+ logger.error('Could not read output from ACE: %s', line)
681
break
682
683
key, val = expr.data
0 commit comments