reindent
This commit is contained in:
parent
a774378732
commit
b9e9e98270
1 changed files with 1 additions and 2 deletions
|
@ -1303,6 +1303,7 @@ class _TiramisuContextGroupConfig(TiramisuContext):
|
||||||
config = self._config_bag.context
|
config = self._config_bag.context
|
||||||
for spath in spaths:
|
for spath in spaths:
|
||||||
config = config.getconfig(spath)
|
config = config.getconfig(spath)
|
||||||
|
return Config(config)
|
||||||
|
|
||||||
def copy(self,
|
def copy(self,
|
||||||
session_id=None,
|
session_id=None,
|
||||||
|
@ -1323,8 +1324,6 @@ class _TiramisuContextGroupConfig(TiramisuContext):
|
||||||
metaconfig_prefix=metaconfig_prefix,
|
metaconfig_prefix=metaconfig_prefix,
|
||||||
deep=True))
|
deep=True))
|
||||||
|
|
||||||
return Config(config)
|
|
||||||
|
|
||||||
def path(self):
|
def path(self):
|
||||||
return self._config_bag.context.cfgimpl_get_config_path()
|
return self._config_bag.context.cfgimpl_get_config_path()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue