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):
|
def __init__(self, paths=None):
|
||||||
super()
|
super().__init__()
|
||||||
if not paths:
|
if not paths:
|
||||||
paths = self.common_paths
|
paths = self.common_paths
|
||||||
parser = RawConfigParser()
|
parser = RawConfigParser()
|
||||||
|
Loading…
Reference in New Issue
Block a user