Skip to content
Snippets Groups Projects
Commit a94a1ebb authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent ed47951f
No related branches found
No related tags found
1 merge request!41Improved error messages
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment