Skip to content

Commit 5823049

Browse files
committed
Fix CI errors
1 parent 0b7bbd0 commit 5823049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/core/rzapkinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _get_methods_classified(
267267
method_json_list = rz.cmdj("isj")
268268
method_dict = defaultdict(list)
269269
for json_obj in method_json_list:
270-
method = self._parse_method_from_isj_obj(json_obj, dexindex)
270+
method = self._parse_method_from_isj_obj(json_obj, dex_index)
271271
if method:
272272
method_dict[method.class_name].append(method)
273273

0 commit comments

Comments
 (0)