Skip to content

Commit

Permalink
Update mapshaper_split_from_s3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 28, 2024
1 parent 901c8de commit f1306a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cartiflette/pipeline/mapshaper_split_from_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ def mapshaperize_split_from_s3(
failed = []
success = []
skipped = []
logger.warning("="*50)
logger.warning(config_generation)
logger.warning("="*50)
for niveau_agreg, territory_configs in config_generation.items():

# Check that both niveau_agreg and dissolve_by correspond to
Expand Down

0 comments on commit f1306a9

Please sign in to comment.