Skip to content

Commit d90a338

Browse files
committed
add missing newlines
1 parent 3affa77 commit d90a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands/runtime/utils/bash.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _handle_nochange_timeout_command(self, command: str) -> CmdOutputObservation
151151
raw_command_output,
152152
continue_prefix='[Command output continued from previous command]\n',
153153
suffix=(
154-
f'[The command has no new output after {self.NO_CHANGE_TIMEOUT_SECONDS} seconds. '
154+
f'\n\n[The command has no new output after {self.NO_CHANGE_TIMEOUT_SECONDS} seconds. '
155155
"You may wait longer to see additional output by sending empty command '', "
156156
'send other commands to interact with the current process, '
157157
'or send keys to interrupt/kill the command.]'

0 commit comments

Comments
 (0)