1
0
Fork 0
This commit is contained in:
Mateusz Konieczny 2025-03-09 13:49:02 +01:00
parent 9ae63e6f01
commit 49bdb0f73a

View file

@ -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: