config: make sure to reload file after saving it
To ensure the configparser object is uptodate.
This commit is contained in:
parent
135a742b6e
commit
014a0802f8
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ class Config: # pylint: disable=too-many-instance-attributes
|
||||||
log.exception(
|
log.exception(
|
||||||
'Failed to write generated configuration file %s', filepath)
|
'Failed to write generated configuration file %s', filepath)
|
||||||
return False
|
return False
|
||||||
|
self.load_file(filepath)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue