diff options
author | Jeix <devnull@localhost> | 2010-06-09 15:37:05 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-06-09 15:37:05 +0200 |
commit | 3af8c3ca5db3ad92643354e4dad9f44988e08382 (patch) | |
tree | eedb32bbb6c98969afa703084d6cc481b33b2345 /module/plugins/Plugin.py | |
parent | yourfilesto fix (diff) | |
download | pyload-3af8c3ca5db3ad92643354e4dad9f44988e08382.tar.xz |
fixed #106 folder_per_package
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r-- | module/plugins/Plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index feb0257ef..10cb1d6a0 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -176,6 +176,5 @@ class Plugin(): file_path = join(location.decode(sys.getfilesystemencoding()), self.pyfile.status.filename.decode(sys.getfilesystemencoding())) else: file_path = join(download_folder, self.pyfile.status.filename.decode(sys.getfilesystemencoding())) - file_path = join(download_folder, self.pyfile.status.filename.decode(sys.getfilesystemencoding())) self.pyfile.status.filename = self.req.download(url, file_path, get, post, ref, cookies) |