correct config super call

This commit is contained in:
vincent 2021-05-30 11:05:44 +02:00
parent 719d605e79
commit bbc56dd3e4

View File

@ -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()