Skip to content

Commit

Permalink
Update download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 20, 2023
1 parent 38fada9 commit 4560c78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cartiflette/download/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ def download_all():

providers = ["Insee"]
dataset_family = ["COG"]
sources = ["COMMUNES"]
sources = ["COMMUNE", "ARRONDISSEMENT"]
territories = (None,)
years = [2022]
results.update(
Expand All @@ -1059,6 +1059,8 @@ def download_all():
)
)

return results


# def download_all_option2():
# # Dérouler le yaml comme dans le test
Expand Down

0 comments on commit 4560c78

Please sign in to comment.