Skip to content

Commit 63b3db6

Browse files
committed
Revert e51d3b9: Do not print the prompt after exiting raw REPL.
This was leading to multiple prompts being issued after a sequence of raw repl commands are executed.
1 parent 30e09ab commit 63b3db6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpremote_path/board.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def raw_repl(self, message: Any = "") -> Generator[SerialTransport, None, None]:
228228
self._transport.exit_raw_repl()
229229
if not interrupted:
230230
self._transport.read_until(4, b">>> ")
231-
self.writer(b">>> ")
232231

233232
def soft_reset(self) -> None:
234233
"""Perform a micropython soft reset of the board."""

0 commit comments

Comments
 (0)