Merge "Fix super() usage for proper initialization of config file"
This commit is contained in:
commit
65e2a5f174
@ -36,7 +36,7 @@ class TempestConf(configparser.ConfigParser):
|
||||
self.priority_sectionkeys = set()
|
||||
|
||||
self.write_credentials = write_credentials
|
||||
super().__init__(self, **kwargs)
|
||||
super().__init__(**kwargs)
|
||||
|
||||
def get_bool_value(self, value):
|
||||
"""Returns boolean value of the string value given.
|
||||
|
Loading…
Reference in New Issue
Block a user