diff options
author | AndroKev <AndroKev@users.noreply.github.com> | 2013-10-27 18:10:28 +0100 |
---|---|---|
committer | AndroKev <AndroKev@users.noreply.github.com> | 2013-10-27 18:10:28 +0100 |
commit | 5bbc5bdb087d98e0af584120eec0692d35f0fab7 (patch) | |
tree | 45fee28f8f68ec28ec49fde564293720e0dcb412 | |
parent | ExtractArchives - add an option to excludefiles (diff) | |
download | pyload-5bbc5bdb087d98e0af584120eec0692d35f0fab7.tar.xz |
Update AbstractExtractor.py
there was a little bug
-rw-r--r-- | module/plugins/internal/AbstractExtractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/AbstractExtractor.py b/module/plugins/internal/AbstractExtractor.py index 2ba2f2edf..ace79e149 100644 --- a/module/plugins/internal/AbstractExtractor.py +++ b/module/plugins/internal/AbstractExtractor.py @@ -30,7 +30,7 @@ class AbtractExtractor: def __init__(self, m, file, out, fullpath, overwrite, excludefiles, renice): """Initialize extractor for specific file - :param m: Extracd pylctArchive Hook plugin + :param m: ExtractArchive Hook plugin :param file: Absolute filepath :param out: Absolute path to destination directory :param fullpath: extract to fullpath |