Fix #6056
This commit is contained in:
parent
0d0f74a131
commit
d550aef792
@ -206,7 +206,7 @@ def parse_line(
|
|||||||
return
|
return
|
||||||
m = key_pat.match(line)
|
m = key_pat.match(line)
|
||||||
if m is None:
|
if m is None:
|
||||||
log_error(f'Ignoring invalid config line: {line}')
|
log_error(f'Ignoring invalid config line: {line!r}')
|
||||||
return
|
return
|
||||||
key, val = m.groups()
|
key, val = m.groups()
|
||||||
if key in ('include', 'globinclude', 'envinclude'):
|
if key in ('include', 'globinclude', 'envinclude'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user