Skip to content

Commit

Permalink
🎨update tool-infer
Browse files Browse the repository at this point in the history
  • Loading branch information
yql70 committed Oct 28, 2022
1 parent eb9820a commit b43d68b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/tool/util/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import shlex
import os
import json
import ijson

from util.subprocc import SubProcController
from util.logutil import LogPrinter
Expand Down Expand Up @@ -286,6 +285,8 @@ def _large_json_handle(self, error_output, rules, issues):
]
:return:
"""
import ijson

f = open(error_output, "r")
parser = ijson.parse(f)
is_in_issue = False
Expand Down

0 comments on commit b43d68b

Please sign in to comment.