diff options
author | 2015-03-01 00:33:21 +0100 | |
---|---|---|
committer | 2015-03-01 00:33:21 +0100 | |
commit | 93eb54614d512396a5505cb9bdea4e201920b434 (patch) | |
tree | 04111173af5a201d5a499bc23a1558c734ad9611 /module/plugins/internal/UnRar.py | |
parent | [NowDownloadSx][NowVideoSx] Improve __pattern__ (diff) | |
download | pyload-93eb54614d512396a5505cb9bdea4e201920b434.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/internal/UnRar.py')
-rw-r--r-- | module/plugins/internal/UnRar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py index 7a02ba6bd..eb969bb60 100644 --- a/module/plugins/internal/UnRar.py +++ b/module/plugins/internal/UnRar.py @@ -90,7 +90,7 @@ class UnRar(Extractor): p = self.call_cmd("t", "-v", fs_encode(self.filename), password=password) self._progress(p) err = p.stderr.read().strip() - + if self.re_wrongpwd.search(err): raise PasswordError |