From 2073918d1560b4d1e7c6b299dfffbe52d7236369 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 14 Mar 2019 16:07:59 +0300 Subject: [PATCH] Review fixes. --- tools/python/openlr/quality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/openlr/quality.py b/tools/python/openlr/quality.py index c5a958546a..a566cde091 100755 --- a/tools/python/openlr/quality.py +++ b/tools/python/openlr/quality.py @@ -160,7 +160,7 @@ def print_ignored_segments_result(descr, tree, limit): print(descr) print('{} matched segments from {} ignored segments.'. format(len(assessed_ignored_seg_but_matched), assessed_ignored_seg_num)) - print('Ignored segments, but matched:'.format(descr)) + print('Ignored segments, but matched:') print('\n'.join(assessed_ignored_seg_but_matched)) def parse_segments(tree, limit):