mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-14 00:04:28 +01:00
Small consistency improvement
This commit is contained in:
parent
2ea0e48a1a
commit
da58a13058
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue