From 6e1ec01a13f629b331d4e3b6a7d1f6fddfa93fe0 Mon Sep 17 00:00:00 2001 From: rzaitov Date: Thu, 31 Oct 2013 14:16:56 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/commands/CopyCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands/CopyCommand.py b/scripts/commands/CopyCommand.py index 30d01be..daf4127 100644 --- a/scripts/commands/CopyCommand.py +++ b/scripts/commands/CopyCommand.py @@ -7,7 +7,7 @@ class CopyCommand: assert copyArguments is not None self.__pathProvider = pathProvider - self.__copyArguments = copyArguments + self.__copyArguments = copyArguments def execute(self): source = self.__expandPath(self.__copyArguments.source)