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

typo

parent 43556e20
No related branches found
No related tags found
No related merge requests found
...@@ -604,7 +604,7 @@ class Ftp(threading.Thread): ...@@ -604,7 +604,7 @@ class Ftp(threading.Thread):
else: else:
files.append(i[1:]) files.append(i[1:])
dirs, files = [], [] 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 base_dir, user_dir = gajim.PLUGINS_DIRS
if not os.path.isdir(user_dir): 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