]> git.lyx.org Git - features.git/commitdiff
lyx2lyx: Minor formatting fix.
authorGünter Milde <milde@lyx.org>
Thu, 10 Jan 2019 16:13:45 +0000 (17:13 +0100)
committerGünter Milde <milde@lyx.org>
Thu, 10 Jan 2019 16:20:34 +0000 (17:20 +0100)
lib/lyx2lyx/lyx_2_2.py

index 73765bb7683ae65e564bdbfc1747471afd3ffbae..ec5cfdbd0c552816bf39d1eaeb90adf810065ff0 100644 (file)
@@ -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":