Commit d27cd97
committed
Handle indented config sections
This brings over some new code from RawConfigParser that handles lines
that start with spaces but are also sections themselves, eg:
[color]
ui = auto
[color "branch"]
Previously this would cause a traceback.
(https://bugzilla.redhat.com/show_bug.cgi?id=706218)1 parent b306169 commit d27cd97
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
219 | 224 | | |
220 | 225 | | |
221 | 226 | | |
| |||
0 commit comments