We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08d5fe commit 1e4917eCopy full SHA for 1e4917e
quark/core/rzapkinfo.py
@@ -267,7 +267,7 @@ def _get_methods_classified(
267
method_json_list = rz.cmdj("isj")
268
method_dict = defaultdict(list)
269
for json_obj in method_json_list:
270
- method = self._parse_method_from_isj_obj(json_obj, dexindex)
+ method = self._parse_method_from_isj_obj(json_obj, dex_index)
271
if method:
272
method_dict[method.class_name].append(method)
273
0 commit comments