Browse Source

Forgot format parameters for LRRs str conversion.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
93f94fdb63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyad2usb/ad2usb.py

+ 1
- 1
pyad2usb/ad2usb.py View File

@@ -583,7 +583,7 @@ class LRRMessage(object):
"""
String conversion operator.
"""
return 'lrr > {0} @ {1} -- {2}'.format()
return 'lrr > {0} @ {1} -- {2}'.format(self._event_type, self._partition, self._event_data)

def _parse_message(self, data):
"""


||||||
x
 
000:0
Loading…
Cancel
Save