We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc36f9 commit cfc613aCopy full SHA for cfc613a
git/config.py
@@ -796,6 +796,7 @@ def get_values(
796
:raise TypeError: in case the value could not be understood
797
Otherwise the exceptions known to the ConfigParser will be raised."""
798
try:
799
+ self.sections()
800
lst = self._sections[section].getall(option)
801
except Exception:
802
if default is not None:
0 commit comments