fix .over-video (context file) parser

This commit is contained in:
Martinez 2016-04-25 10:49:23 +02:00
parent ef52a3ea72
commit f8f346c75c

2
aux.py
View file

@ -63,7 +63,7 @@ def update_cfg_context(main, ignore=[]):
continue
try:
name, value = line.split("=")
name, value = line.split("=", 1)
except ValueError:
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§/")