shifting from config to state in macros

This commit is contained in:
sanjayk03-dev
2024-04-06 16:33:02 +05:30
parent 95d5537adc
commit dbb194e886
2 changed files with 22 additions and 22 deletions

View File

@@ -221,7 +221,7 @@ class Config(object):
tmpl['template'], with_defaults)
else:
self.values[name]=value
self.log.info('>>config to state'+name)
self.log.info('>> config to state'+name)
self.ctrl.state.config(name,value)
return