diff --git a/mylib/report.py b/mylib/report.py index 5026283..645830e 100644 --- a/mylib/report.py +++ b/mylib/report.py @@ -40,6 +40,7 @@ class Report(ConfigurableObject): # pylint: disable=useless-object-inheritance """Configure options on registered mylib.Config object""" section = super().configure( just_try_help=kwargs.pop("just_try_help", "Just-try mode: do not really send report"), + loaded_callback=self.initialize, **kwargs, )