Skip to content

Commit

Permalink
Fix build error (#4393)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofarr authored Oct 14, 2024
1 parent f60652d commit d47f3e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openhands/runtime/client/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,7 @@ def _attach_to_container(self):
self._host_port = self._container_port
self.api_url = f'{self.config.sandbox.local_runtime_url}:{self._container_port}'
logger.info(
'attached to container:',
self.container_name,
self._container_port,
self.api_url,
f'attached to container: {self.container_name} {self._container_port} {self.api_url}'
)

def _refresh_logs(self):
Expand Down

0 comments on commit d47f3e8

Please sign in to comment.