diff options
-rwxr-xr-x | support/scripts/reset.py | 3 |
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() |