Skip to content
Snippets Groups Projects
Commit 5ed8226e authored by Martin Dybdal's avatar Martin Dybdal Committed by Damien George
Browse files

tools/pyboard.py: Change base class of PyboardError to Exception.

Following standard practice for defining custom exceptions.
parent c1c798fb
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ def stdout_write_bytes(b):
stdout.write(b)
stdout.flush()
class PyboardError(BaseException):
class PyboardError(Exception):
pass
class TelnetToSerial:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment