diff options
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index ff747b718..dffbc5d5d 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -243,10 +243,6 @@ class ExtractArchive(Hook): if self.core.debug: print_exc() self.logError(basename(plugin.file), _("Unknown Error"), str(e)) - finally: - if sys.version_info < (2, 6): - # call cleanup when its seems save - _old_cleanup() return [] |