From 66c50c3aed05c92f87d0dd4b1f63187ec23f4dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BF=D0=B8=D1=80=D0=B8=D0=B4=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=94=D0=B5=D0=BD=D0=B8=D1=81?= Date: Mon, 9 Jul 2012 10:27:11 +0400 Subject: [PATCH] fix value cl_template_path variable --- install/cl_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/install/cl_install.py b/install/cl_install.py index 392c88e..1151920 100644 --- a/install/cl_install.py +++ b/install/cl_install.py @@ -230,6 +230,7 @@ class Install(color_print): if len (dirsFiles) > 1: dirs_list += (dirsFiles[0]) files_list += (dirsFiles[1]) + self.clVars.Set("cl_template_path", listTemplatePaths) try: if self.clTempl.getError(): self.printERROR(self.clTempl.getError())