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 f1306a9 commit c6cf7e0
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 @@ -185,6 +185,9 @@ def mapshaperize_split_from_s3_multithreading(
)
for d in configs
]
logger.warning("$"*50)
logger.warning(args)
logger.warning("$"*50)
iterator = pool.map(
mapshaperize_split_from_s3, *zip(*args), timeout=60 * 10
).result()
Expand Down

0 comments on commit c6cf7e0

Please sign in to comment.