Skip to content

Commit

Permalink
tools/pyboard.py: Import errno to fix undefined name in PyboardError.
Browse files Browse the repository at this point in the history
This will keep line 96 from raising a NameError.

Signed-off-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
cclauss authored and dpgeorge committed May 9, 2023
1 parent 65d376b commit a000c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/pyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"""

import ast
import errno
import os
import struct
import sys
Expand Down

0 comments on commit a000c61

Please sign in to comment.