[Input] Fix error message for unrecognized section in ck2yaml
This commit is contained in:
parent
a085bc1f43
commit
8665eda3c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1726,7 +1726,7 @@ class Parser:
|
|||
line, comment = readline()
|
||||
|
||||
elif line.strip():
|
||||
raise InputError('Section starts with unrecognized keyword',
|
||||
raise InputError('Section starts with unrecognized keyword'
|
||||
'\n"""\n{}\n"""', line.rstrip())
|
||||
|
||||
if advance:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue