Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fireflyframework_agentic/pipeline/state_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ async def invoke(
success = result.success if result is not None else False
await self._emit("on_pipeline_complete", self._name, run_id, success, duration_ms)

assert result is not None # set in try-block before reaching here
return result

async def _run_fanout(
Expand Down