fix .over-video (context file) parser
This commit is contained in:
parent
ef52a3ea72
commit
f8f346c75c
1 changed files with 1 additions and 1 deletions
2
aux.py
2
aux.py
|
@ -63,7 +63,7 @@ def update_cfg_context(main, ignore=[]):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
name, value = line.split("=")
|
name, value = line.split("=", 1)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
main.print(".over-video §rsyntax error§/ on line §B{:d}§/: §y{:s}§/".format(i, line), prefix.fail)
|
main.print(".over-video §rsyntax error§/ on line §B{:d}§/: §y{:s}§/".format(i, line), prefix.fail)
|
||||||
main.print("fix the error or set §B--no-§gcontext§/")
|
main.print("fix the error or set §B--no-§gcontext§/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue