Skip to content

Commit

Permalink
Update orchestrator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Nov 14, 2024
1 parent 7806321 commit 7763828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controlflow/orchestration/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ async def run_async(
if stream:
return result
else:
for _ in result:
async for _ in result:
pass
return run_context

Expand Down

0 comments on commit 7763828

Please sign in to comment.