From 88703cf9295880e44cb49ff3de21ea7a0de91066 Mon Sep 17 00:00:00 2001 From: rzaitov Date: Thu, 31 Oct 2013 14:43:41 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B0=D1=87=D0=B8=20=D0=BF=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/CommandBuilders/CleanBuildCommandBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/CommandBuilders/CleanBuildCommandBuilder.py b/scripts/CommandBuilders/CleanBuildCommandBuilder.py index e7cbd80..ab47d24 100644 --- a/scripts/CommandBuilders/CleanBuildCommandBuilder.py +++ b/scripts/CommandBuilders/CleanBuildCommandBuilder.py @@ -37,7 +37,7 @@ class CleanBuildCommandBuilder: if self.__commandToken == 'clean': command = CleanCommand(self.__pathToBuildUtil, slnPath, slnConfig) elif self.__commandToken == 'build': - command = BuildCommand(self.__pathToBuildUtil, slnConfig, slnConfig) + command = BuildCommand(self.__pathToBuildUtil, slnPath, slnConfig) else: raise Exception('unrecognised command token {0}'.format(self.__commandToken))