Skip to content

Commit e40ff61

Browse files
authored
Update session.py
1 parent 9c839bc commit e40ff61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_agent_harness/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ def plan_exit(self) -> str:
444444
)
445445
if approved:
446446
self.switch_to_build()
447-
msg = config.PLAN_EXIT_APPROVED_MESSAGE % (self.plan_mode.plan_file or "")
447+
msg = config.PLAN_EXIT_APPROVED_MESSAGE.replace("%s", self.plan_mode.plan_file or "")
448448
self.pending_user_prompts.append(msg)
449449
return (
450450
"User approved switching to build agent. You are now in "

0 commit comments

Comments
 (0)