8000 bugfix · potatochip/corenlp-python@4af96fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 4af96fe

Browse files
committed
bugfix
1 parent 90d9988 commit 4af96fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corenlp/corenlp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def clean_up():
263263
# EOF, probably crash CoreNLP process
264264
print >>sys.stderr, {'error': "CoreNLP terminates abnormally while parsing",
265265
'input': to_send,
266-
'output': self.corenp.incoming}
266+
'output': incoming}
267267
self.corenlp.close()
268268
raise ProcessError("CoreNLP process terminates abnormally while parsing")
269269

0 commit comments

Comments
 (0)
0