Merge branch 'parse' into qtapp

This commit is contained in:
Nick Foster 2012-07-20 22:08:27 -07:00
commit 1a5bbd95e7

View File

@ -87,7 +87,8 @@ class data_field:
#which reports itself as a short packet but of type long.
#TODO: should find more productive way to throw this out
except ValueError:
print "Short packet received for long packet type: %x" % self.data
pass
#print "Short packet received for long packet type: %x" % self.data
return bits
class bds09_reply(data_field):