From 99bdf58da541e28d230ec2cfcc38d0bddb82863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 18 Feb 2025 15:55:42 +0530 Subject: [PATCH] nb chdir --- openhands/runtime/action_execution_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openhands/runtime/action_execution_server.py b/openhands/runtime/action_execution_server.py index dc6a1a08fd77..d5f68d44a076 100644 --- a/openhands/runtime/action_execution_server.py +++ b/openhands/runtime/action_execution_server.py @@ -163,6 +163,7 @@ async def ainit(self): ) logger.debug(f'AgentSkills initialized: {obs}') + await self.chdir() await self._init_bash_commands() logger.debug('Runtime client initialized.') self._initialized = True