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 d27cd97Copy full SHA for d27cd97
1 file changed
+5Lines changed: 5 additions & 0 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+5Lines changed: 5 additions & 0 deletions
| 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