Skip to content

Commit 1f495b7

Browse files
Update plugins/communication_protocols/cli/src/utcp_cli/cli_communication_protocol.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent c06ac91 commit 1f495b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/communication_protocols/cli/src/utcp_cli/cli_communication_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ async def call_tool(self, caller, tool_name: str, tool_args: Dict[str, Any], too
607607
# Build combined shell script with output capture
608608
shell_script = self._build_combined_shell_script(tool_call_template.commands, tool_args)
609609

610-
self._log_info(f"Executing combined shell script:\n{shell_script}")
610+
self._log_info("Executing combined shell script")
611611

612612
# Execute the combined script in a single subprocess
613613
stdout, stderr, return_code = await self._execute_shell_script(

0 commit comments

Comments
 (0)