fix: lint

This commit is contained in:
Timothy
2026-02-18 20:51:40 -08:00
parent 6420c74c24
commit e03fd48e48
+1 -1
View File
@@ -1417,7 +1417,7 @@ def _launch_agent_tui(
if result.success:
# Retry loading with credentials now configured
try:
runner = AgentRunner.load(agent_path, model=args.model)
runner = AgentRunner.load(agent_path, model=model)
except CredentialError as retry_e:
print(f"\n{retry_e}", file=sys.stderr)
return