Skip to content

Commit 45ff4ca

Browse files
Update src/backend/v4/magentic_agents/common/lifecycle.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc04c1b commit 45ff4ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/v4/magentic_agents/common/lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ async def save_database_team_agent(self) -> None:
301301
)
302302

303303
except Exception as ex:
304-
self.logger.error("Failed to save save database: %s", ex)
304+
self.logger.error("Failed to save database: %s", ex)
305305

306306
async def _prepare_mcp_tool(self) -> None:
307307
"""Translate MCPConfig to a HostedMCPTool (agent_framework construct)."""

0 commit comments

Comments
 (0)