Skip to content

Commit 285cde8

Browse files
OhYeeCopilot
andauthored
Update agentrun/sandbox/__browser_sandbox_async_template.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: OhYee <oyohyee@oyohyee.com>
1 parent 9737cdb commit 285cde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentrun/sandbox/__browser_sandbox_async_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def __aenter__(self):
4141

4242
logger.debug(
4343
f"[{retry_count}/{max_retries}] Health status:"
44-
f" {health.get('code')} { health.get('message')}",
44+
f" {health.get('code')} {health.get('message')}",
4545
)
4646

4747
except Exception as e:

0 commit comments

Comments
 (0)