Browse Source

Comments.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
7edfef9577
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyad2usb/util.py

+ 1
- 1
pyad2usb/util.py View File

@@ -93,7 +93,7 @@ class Firmware(object):
position = 0 position = 0


except Exception, err: except Exception, err:
traceback.print_exc(err)
traceback.print_exc(err) # TEMP


if timeout > 0 and time.time() - start_time > timeout: if timeout > 0 and time.time() - start_time > timeout:
raise TimeoutError('Timed out waiting for pattern: {0}'.format(pattern)) raise TimeoutError('Timed out waiting for pattern: {0}'.format(pattern))


Loading…
Cancel
Save