Исправлено получение профиля с сервера.

develop 3.4.1.2
Mike Khiretskiy 9 years ago
parent 76171566a9
commit 32b05656b1

@ -335,7 +335,7 @@ class Client(commandServer, encrypt, Desktop):
excludePaths = " ".join(map(
lambda x: '--exclude="/%s"' % x.replace('"', "").replace(
"'", ""),
skipPaths + deletePaths + skipList))
skipPaths + deletePaths + list(skipList)))
if sync == "login":
if os.path.exists(userHome) and \
os.path.exists(remoteProfile):

Loading…
Cancel
Save