From 9126f06d934d43862a48cd1042f1d48d1715c090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnter=20Milde?= Date: Thu, 10 Jan 2019 17:13:45 +0100 Subject: [PATCH] lyx2lyx: Minor formatting fix. --- lib/lyx2lyx/lyx_2_2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index 73765bb768..ec5cfdbd0c 100644 --- a/lib/lyx2lyx/lyx_2_2.py +++ b/lib/lyx2lyx/lyx_2_2.py @@ -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": -- 2.39.2