Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-08-28 15:55:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-28 15:55:52 +0400
commite0809309bcc37894c1117f11264e47b5187643ed (patch)
tree130611896bc6e13dad1f8c0d1ab8f200efaf9732
parent6ddb6441814eee7970a164e56343b382c1a2cd1c (diff)
typo
-rw-r--r--plugin_installer/plugin_installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py
index 6a0142c..dc6d446 100644
--- a/plugin_installer/plugin_installer.py
+++ b/plugin_installer/plugin_installer.py
@@ -606,7 +606,7 @@ class Ftp(threading.Thread):
else:
files.append(i[1:])
dirs, files = [], []
- nlstr('/%s/%s' + (self.plugin.server_folder, remote_dir))
+ nlstr('/%s/%s' % (self.plugin.server_folder, remote_dir))
base_dir, user_dir = gajim.PLUGINS_DIRS
if not os.path.isdir(user_dir):