mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
lyx2lyx: Minor formatting fix.
This commit is contained in:
parent
81af82d1e8
commit
9126f06d93
@ -346,7 +346,8 @@ def convert_parbreak(document):
|
||||
return
|
||||
lay = get_containing_layout(document.body, i)
|
||||
if lay == False:
|
||||
document.warning("Malformed LyX document: Can't convert separator inset at line " + str(i))
|
||||
document.warning("Malformed LyX document: "
|
||||
"Can't convert separator inset at line %d"%i)
|
||||
i += 1
|
||||
continue
|
||||
if lay[0] == "Standard":
|
||||
|
Loading…
Reference in New Issue
Block a user