summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-22 06:59:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-22 06:59:48 (GMT)
commit78c0975c334111a4d3ed6c5890d995287e6e5419 (patch)
tree700f5c0304eca5c16eccb11639511be55f9e267f /plugins
parent445a7dd3b70dc443c0c03309e3ee03e839cd4fdc (diff)
Typo.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/python/apkfiles/apkfiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/apkfiles/apkfiles.py b/plugins/python/apkfiles/apkfiles.py
index 0cffdd7..b6df2de 100644
--- a/plugins/python/apkfiles/apkfiles.py
+++ b/plugins/python/apkfiles/apkfiles.py
@@ -49,7 +49,7 @@ class ApkFiles(PluginModule):
f = zf.open(name, 'r')
data = f.read()
- f.closed
+ f.close()
mem_content = MemoryContent(data)
encaps_content = EncapsulatedContent(content, name, mem_content)