Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 30, 2024
1 parent 9f1e400 commit 604eb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiohappyeyeballs/_staggered.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def run_one_coro(
raise
except BaseException as e:
exceptions[this_index] = e
_set_result(start_next)
_set_result(start_next) # Kickstart the next coroutine
return None

return result, this_index
Expand Down

0 comments on commit 604eb5e

Please sign in to comment.