Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-03-14 16:07:59 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-03-14 16:11:30 +0300
commit2073918d1560b4d1e7c6b299dfffbe52d7236369 (patch)
treefd0623906698ea34ed660297164f353f3f73d7ff /tools
parentb6cd728597b9b69b8a85c1b1f56732b078cbf221 (diff)
Review fixes.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/python/openlr/quality.py2
1 files changed, 1 insertions, 1 deletions
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):