From de7bdc2586a912b5ccf18d3c83a73001668fb7e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=A4slin?= Date: Tue, 29 Dec 2015 15:18:14 +0100 Subject: added missing self dlc decryption was failing, with error Decrypting failed:****.dlc | global name 'pyfile' is not defined debug mode showed missing self --- module/plugins/internal/Container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Container.py') diff --git a/module/plugins/internal/Container.py b/module/plugins/internal/Container.py index db14a286e..9255bade7 100644 --- a/module/plugins/internal/Container.py +++ b/module/plugins/internal/Container.py @@ -48,7 +48,7 @@ class Container(Crypter): def _delete_tmpfile(self): if self.pyfile.name.startswith("tmp_"): - self.remove(pyfile.url, trash=False) + self.remove(self.pyfile.url, trash=False) def _make_tmpfile(self): -- cgit v1.2.3