Skip to content

Commit

Permalink
uncomment debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Apr 18, 2024
1 parent a154790 commit 9626a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendevin/sandbox/ssh_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def close(self):
logger.info('Exiting...')
break
if user_input.lower() == 'kill':
# ssh_box.kill_background(bg_cmd.id)
ssh_box.kill_background(bg_cmd.id)
logger.info('Background process killed')
continue
if user_input.startswith('py:'):
Expand Down

0 comments on commit 9626a74

Please sign in to comment.