aboutsummaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/reset.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/scripts/reset.py b/support/scripts/reset.py
index 2122d36..6410c56 100755
--- a/support/scripts/reset.py
+++ b/support/scripts/reset.py
@@ -119,7 +119,6 @@ try:
ser.close()
except Exception as e:
- print 'Failed to open serial port %s for reset: %s' % (maple_path,
- e.message)
+ print 'Failed to open serial port %s for reset' % maple_path
sys.exit()