We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6e82c commit d2c1d19Copy full SHA for d2c1d19
git/test/test_config.py
@@ -90,7 +90,7 @@ def test_read_write(self):
90
# END for each filename
91
92
def test_includes_order(self):
93
- with GitConfigParser(map(fixture_path, ("git_config", "git_config_global"))) as r_config:
+ with GitConfigParser(list(map(fixture_path, ("git_config", "git_config_global")))) as r_config:
94
r_config.read() # enforce reading
95
# Simple inclusions, again checking them taking precedence
96
assert r_config.get_value('sec', 'var0') == "value0_included"
0 commit comments