develop
Самоукин Алексей 14 years ago
parent 3855a7c00c
commit ede343a5b3

@ -462,7 +462,7 @@ storage of variables templates")%location
config = iniParser(name_calculate_ini)
# получаем значение переменной из секции
data = config.getVar(section, name_var, checkExistVar=True)
if value is False:
if data is False:
return False
existsVar, value = data
if existsVar:

Loading…
Cancel
Save