ntoll / microrepl

A REPL client for MicroPython running on the BBC micro:bit.
Other
31 stars 17 forks source link

Set exit code '1' when there is a port error. #19

Closed carlosperate closed 1 year ago

carlosperate commented 1 year ago

This is really useful when using ufs in a terminal and chaining multiple commands.

At the moment microrepl was exiting without marking the error when it wasn't able to find a micro:bit port.

carlosperate commented 1 year ago

@ntoll once we have this PR and https://github.com/ntoll/microrepl/pull/19 merged it'd be nice have a new microrepl release in PyPI as well, since there is also a bug fix unreleased.

ntoll commented 1 year ago

Thank you..!