mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 10:09:29 +02:00
add explanation what is being deleted
This commit is contained in:
parent
49bdb0f73a
commit
497e0b25d1
1 changed files with 4 additions and 0 deletions
|
@ -36,9 +36,13 @@ def delete_planet_file():
|
|||
os.remove(process_planet_file.planet_file_filepath())
|
||||
|
||||
def main():
|
||||
print("delete_requests_to_fetch_data_requested_by_processing")
|
||||
delete_requests_to_fetch_data_requested_by_processing()
|
||||
print("delete_output_files")
|
||||
delete_output_files()
|
||||
print("delete_build_files")
|
||||
delete_build_files()
|
||||
print("delete_planet_file")
|
||||
delete_planet_file()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue