There was an error while loading. Please reload this page.
1 parent d9671e1 commit 4e99d9aCopy full SHA for 4e99d9a
1 file changed
lib/git/config.py
@@ -116,6 +116,7 @@ def __init__(self, file_or_files, read_only=True):
116
If True, the ConfigParser may only read the data , but not change it.
117
If False, only a single file path or file object may be given.
118
"""
119
+ super(GitConfigParser, self).__init__()
120
# initialize base with ordered dictionaries to be sure we write the same
121
# file back
122
self._sections = OrderedDict()
0 commit comments