Small consistency improvement

This commit is contained in:
Fabian Wunsch 2022-04-10 13:48:29 +02:00 committed by Hans5958
parent 2ea0e48a1a
commit da58a13058

View file

@ -314,7 +314,7 @@ def print_(*args, **kwargs):
entry = remove_extras(entry)
print_("Removing duplicate points...")
entry = remove_duplicate_points(entry)
print_("Updating center")
print_("Updating center...")
entry = update_center(entry)
print_("Validating...")
status_code = validate(entry)