Skip to content

Commit

Permalink
comment hanging code
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Sep 13, 2024
1 parent 8edc79a commit dc3abc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openhands/runtime/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ async def restart_kernel(self) -> str:
await self.chdir()
# re-init the kernel after restart
logger.info(f'Re-initializing the kernel with {self.kernel_init_code}')
act = IPythonRunCellAction(code=self.kernel_init_code)
obs = await jupyter_plugin.run(act)
logger.info(f'Kernel re-initialized. Output: {obs}')
# act = IPythonRunCellAction(code=self.kernel_init_code)
# obs = await jupyter_plugin.run(act)
# logger.info(f'Kernel re-initialized. Output: {obs}')
return output

async def parse_pip_output(self, code, output) -> str:
Expand Down

0 comments on commit dc3abc3

Please sign in to comment.