Add cl_chroot_path for getting name_calclate_ini

develop
Mike Hiretsky 14 years ago
parent 2fb6992962
commit 7183d1f6c7

@ -335,7 +335,8 @@ class DataVars(object):
_("Unable to find the alias '%s' of the file path for \
storage of variables templates")%location)
cl_overriding.exit(1)
return name_calculate_ini
name_calculate_ini = name_calculate_ini.strip('/')
return os.path.join(self.Get('cl_chroot_path'),name_calculate_ini)
def __getSection(self, vname):
"""секция для записи в ini файл переменной

Loading…
Cancel
Save