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 d348fe7 commit e500599Copy full SHA for e500599
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