Skip to content

Commit

Permalink
fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Dec 10, 2023
1 parent 90c9f57 commit 63a8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heracles/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def map_catalogs(
# run all coroutines concurrently
results = coroutines.run(coroutines.gather(*coros))

# store results; extra results are truncated to length of keys
# store results
for key, value in zip(keys, results):
out[key] = value

Expand Down

0 comments on commit 63a8e40

Please sign in to comment.