Skip to content

Commit

Permalink
nb chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Feb 18, 2025
1 parent 3916a82 commit 99bdf58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openhands/runtime/action_execution_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99bdf58

Please sign in to comment.