summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index 9cce3a42e..20cb10a5b 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -308,7 +308,7 @@ class DecrypterThread(PluginThread):
pyfile = self.active
retry = False
-
+
try:
self.m.log.info(_("Decrypting starts: %s") % self.active.name)
self.active.plugin.preprocessing(self)
@@ -360,7 +360,6 @@ class DecrypterThread(PluginThread):
finally:
if not retry:
- self.m.removeOccupiedCrypter(pyfile.pluginname)
self.active.release()
self.active = False
self.m.core.files.save()