diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-25 15:56:43 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-25 15:56:43 +0100 |
commit | f80ee9edca2ff5afe7fb2210a5be4281cb3b41b0 (patch) | |
tree | 6e701979ebb4907da140165b6df1ec61ac4b5fbc | |
parent | [UnSkipOnFail] Rewritten (2) (diff) | |
parent | Update UnSkipOnFail.py (diff) | |
download | pyload-f80ee9edca2ff5afe7fb2210a5be4281cb3b41b0.tar.xz |
Merge pull request #977 from pbr85at/patch-1
Update UnSkipOnFail.py
-rw-r--r-- | module/plugins/hooks/UnSkipOnFail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UnSkipOnFail.py b/module/plugins/hooks/UnSkipOnFail.py index fad29b17b..37f193f5d 100644 --- a/module/plugins/hooks/UnSkipOnFail.py +++ b/module/plugins/hooks/UnSkipOnFail.py @@ -52,7 +52,7 @@ class UnSkipOnFail(Hook): self.logInfo(_("No duplicates found")) - def findDuplicate(self, pyfile): + def findDuplicate(self, pyfile): """ Search all packages for duplicate links to "pyfile". Duplicates are links that would overwrite "pyfile". To test on duplicity the package-folder and link-name |