From a94a1ebb4c16a1d5e3473055aa9dc0146e1ffcbb Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Wed, 28 Aug 2013 13:28:02 +0200 Subject: [PATCH] typo --- plugin_installer/plugin_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index de703cc8..ce976530 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -607,7 +607,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): -- GitLab