Skip to content

Commit 47d4b38

Browse files
committed
Added extraction of code_output from the check result
1 parent 1f3d8d2 commit 47d4b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/leetcode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ def _check_result(submission_id):
338338

339339
result = {
340340
'answer': r.get('code_answer', []),
341+
'code_output': r.get('code_output'),
341342
'runtime': r['status_runtime'],
342343
'state': _status_to_name(r['status_code']),
343344
'testcase': _split(r.get('input', r.get('last_testcase', ''))),

0 commit comments

Comments
 (0)