mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix invalid mix of int and strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
53efaaee73
commit
bfdee3f1cd
@ -805,7 +805,7 @@ def convert_ams_classes(document):
|
||||
return
|
||||
m = r.match(document.body[i])
|
||||
if m == None:
|
||||
document.warning("Weirdly formed \\begin_layout at line " + i + " of body!")
|
||||
document.warning("Weirdly formed \\begin_layout at line %d of body!" % i)
|
||||
i += 1
|
||||
continue
|
||||
m = m.group(1)
|
||||
|
Loading…
Reference in New Issue
Block a user