diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-09-22 06:59:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-09-22 06:59:48 (GMT) |
commit | 78c0975c334111a4d3ed6c5890d995287e6e5419 (patch) | |
tree | 700f5c0304eca5c16eccb11639511be55f9e267f /plugins/python | |
parent | 445a7dd3b70dc443c0c03309e3ee03e839cd4fdc (diff) |
Typo.
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/apkfiles/apkfiles.py | 2 |
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) |