Fix variable name
This commit is contained in:
parent
91320fa10e
commit
9eaab6050e
@ -109,7 +109,7 @@ def get_embedded_classes(apkfile, depth=0):
|
|||||||
:return: set of Java classes names as string
|
:return: set of Java classes names as string
|
||||||
"""
|
"""
|
||||||
if depth > 10: # zipbomb protection
|
if depth > 10: # zipbomb protection
|
||||||
logging.error(_('max recursion depth in zip file reached: %s') % apk_zip)
|
logging.error(_('max recursion depth in zip file reached: %s') % apkfile)
|
||||||
return set()
|
return set()
|
||||||
|
|
||||||
apk_regex = re.compile(r'.*\.apk')
|
apk_regex = re.compile(r'.*\.apk')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user