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 Oct 1, 2024
1 parent 6e5d03e commit f96d922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartiflette/pipeline/mapshaper_split_from_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f96d922

Please sign in to comment.