From 78c0975c334111a4d3ed6c5890d995287e6e5419 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Sat, 22 Sep 2018 08:59:48 +0200
Subject: Typo.

---
 plugins/python/apkfiles/apkfiles.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit v0.11.2-87-g4458