mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
fix typo
This commit is contained in:
parent
9ae63e6f01
commit
49bdb0f73a
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ def prepare_osm_graticule_files(graticule_coverage):
|
|||
if os.path.isfile(graticule_data_osm_subpart_success_marker_filepath(graticule_coverage)):
|
||||
print("prepare_osm_graticule_files is done already")
|
||||
return
|
||||
print("runing prepare_osm_graticule_files as it was not done")
|
||||
print("running prepare_osm_graticule_files as it was not done")
|
||||
delete_osm_graticule_files_if_any(graticule_coverage)
|
||||
split_osm_data_across_graticules(graticule_coverage)
|
||||
with open(graticule_data_osm_subpart_success_marker_filepath(graticule_coverage), "w") as myfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue