correct config super call
This commit is contained in:
parent
719d605e79
commit
bbc56dd3e4
@ -36,7 +36,7 @@ class IniConfig(DefaultConfig):
|
||||
]
|
||||
|
||||
def __init__(self, paths=None):
|
||||
super()
|
||||
super().__init__()
|
||||
if not paths:
|
||||
paths = self.common_paths
|
||||
parser = RawConfigParser()
|
||||
|
Loading…
Reference in New Issue
Block a user