From 9b44ba2ab880b4ffb6b9c0ae1b2c27b888d5cb24 Mon Sep 17 00:00:00 2001 From: Fabian Wunsch <42294590+fabi321@users.noreply.github.com> Date: Sun, 10 Apr 2022 13:06:05 +0200 Subject: [PATCH] Changed the print content Co-authored-by: Hans5958 --- tools/formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/formatter.py b/tools/formatter.py index 5b843b1f..6fb46369 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -312,7 +312,7 @@ def print_(*args, **kwargs): entry = fix_no_protocol_urls(entry) print_("Removing extras...") entry = remove_extras(entry) - print_("removing duplicate points") + print_("Removing duplicate points...") entry = remove_duplicate_points(entry) print_("Updating center") entry = update_center(entry)