From f96d9224fbaf58c04a0e89ec0da696d89f7cdbb5 Mon Sep 17 00:00:00 2001 From: Thomas Grandjean Date: Tue, 1 Oct 2024 21:28:50 +0200 Subject: [PATCH] Update mapshaper_split_from_s3.py --- cartiflette/pipeline/mapshaper_split_from_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cartiflette/pipeline/mapshaper_split_from_s3.py b/cartiflette/pipeline/mapshaper_split_from_s3.py index 73fa58a..b9ba6cf 100644 --- a/cartiflette/pipeline/mapshaper_split_from_s3.py +++ b/cartiflette/pipeline/mapshaper_split_from_s3.py @@ -194,7 +194,7 @@ def mapshaperize_split_from_s3_multithreading( logger.error("args were %s", args[index]) else: for key in "success", "skipped", "failed": - results[key] += this_result[key] + results[key] += len(this_result[key]) finally: index += 1 else: