mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix variable name
This commit is contained in:
parent
91320fa10e
commit
9eaab6050e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def get_embedded_classes(apkfile, depth=0):
|
|||
:return: set of Java classes names as string
|
||||
"""
|
||||
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()
|
||||
|
||||
apk_regex = re.compile(r'.*\.apk')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue