report: fix setting config loaded callback on configure
This commit is contained in:
parent
98bb0d8d0f
commit
1276d587a4
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class Report(ConfigurableObject): # pylint: disable=useless-object-inheritance
|
||||||
"""Configure options on registered mylib.Config object"""
|
"""Configure options on registered mylib.Config object"""
|
||||||
section = super().configure(
|
section = super().configure(
|
||||||
just_try_help=kwargs.pop("just_try_help", "Just-try mode: do not really send report"),
|
just_try_help=kwargs.pop("just_try_help", "Just-try mode: do not really send report"),
|
||||||
|
loaded_callback=self.initialize,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue