mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 19:37:52 -05:00
Exit with an error code on failure
This commit is contained in:
@@ -779,6 +779,7 @@ def onConnected(interface):
|
||||
except Exception as ex:
|
||||
print(f"Aborting due to: {ex}")
|
||||
interface.close() # close the connection now, so that our app exits
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
def printConfig(config):
|
||||
|
||||
Reference in New Issue
Block a user