Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Added extraction of code_output from the check result"
This reverts commit 47d4b38.
  • Loading branch information
Galus committed Oct 9, 2020
commit 3431fe28e2c76e8a84646f4307f39d96d6dba689
1 change: 0 additions & 1 deletion autoload/leetcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def _check_result(submission_id):

result = {
'answer': r.get('code_answer', []),
'code_output': r.get('code_output'),
'runtime': r['status_runtime'],
'state': _status_to_name(r['status_code']),
'testcase': _split(r.get('input', r.get('last_testcase', ''))),
Expand Down