Properly handle overwriting values in a wad-level config.
This only was a problem for values that we were geenerating a property for.
This commit is contained in:
parent
114fec8f7e
commit
366ddf6132
2 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class Wad(dcc.config.Base):
|
|||
self._config[k][sk] = v[sk]
|
||||
else:
|
||||
self._config[k] = v
|
||||
self.finalize()
|
||||
|
||||
def run(self, parsed_args):
|
||||
self.wad_init(parsed_args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue