summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-09 15:37:05 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-09 15:37:05 +0200
commit3af8c3ca5db3ad92643354e4dad9f44988e08382 (patch)
treeeedb32bbb6c98969afa703084d6cc481b33b2345 /module
parentyourfilesto fix (diff)
downloadpyload-3af8c3ca5db3ad92643354e4dad9f44988e08382.tar.xz
fixed #106 folder_per_package
Diffstat (limited to 'module')
-rw-r--r--module/plugins/Plugin.py1
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)