From 32b05656b1366a1dcaeb9f38cd5432bc69d0e326 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Mon, 26 Oct 2015 16:48:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=81=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/client/client.py b/pym/client/client.py index c4a090c..ca362f1 100644 --- a/pym/client/client.py +++ b/pym/client/client.py @@ -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):