From 19345f88cc64a317383afa09c26f93df95c55b1b Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Mon, 3 Dec 2018 13:45:30 +0100 Subject: [PATCH] Linebreak --- fix_tei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix_tei.py b/fix_tei.py index 29f5039..b52c542 100644 --- a/fix_tei.py +++ b/fix_tei.py @@ -532,7 +532,7 @@ def evaluate_report(report): else: report_string += "All citekeys were found in the bibliography database.\n" if len(report["bad_pageref"]) > 0: - report_string += "{} page {} could not be parsed into start and end value:".format(len(report["bad_pageref"]), libeoaconvert.plural(len(report["bad_pageref"]), "reference")) + report_string += "{} page {} could not be parsed into start and end value:\n".format(len(report["bad_pageref"]), libeoaconvert.plural(len(report["bad_pageref"]), "reference")) for item in report["bad_pageref"]: report_string += ' '*4 + item + "\n" else: