summaryrefslogtreecommitdiffstats
path: root/module/plugins/Plugin.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-22 16:20:21 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-22 16:20:21 +0200
commit46a8ab54fd0d6a6d8303b05945784267c77aafd7 (patch)
tree62980a7a7529db5b1de040095f1551af28f42b4b /module/plugins/Plugin.py
parentfixes (diff)
downloadpyload-46a8ab54fd0d6a6d8303b05945784267c77aafd7.tar.xz
fixes, 2nd icon
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r--module/plugins/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py
index 42809b248..cdce7671d 100644
--- a/module/plugins/Plugin.py
+++ b/module/plugins/Plugin.py
@@ -252,7 +252,7 @@ class Plugin(object):
download_folder = self.config['general']['download_folder']
- location = join(download_folder, self.pyfile.package().folder.decode(sys.getfilesystemencoding()))
+ location = join(download_folder, self.pyfile.package().folder.decode(sys.getfilesystemencoding().replace(":", ""))) # remove : for win compability
if not exists(location):
makedirs(location)