Skip to content

Commit 6bff7d9

Browse files
committed
remove unnecessary raise
1 parent 1989347 commit 6bff7d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agents/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,6 @@ async def _start_streaming(
11501150
logger.debug(
11511151
f"Error in streamed_result finalize for agent {current_agent.name} - {e}"
11521152
)
1153-
raise e
11541153
if current_span:
11551154
current_span.finish(reset_current=True)
11561155
if streamed_result.trace:

0 commit comments

Comments
 (0)