Closed kylekeppler closed 5 years ago
@brifordwylie it looks like travis is having some troubles
@kylekeppler looking now...
@kylekeppler okay fixed on master. you can either... 1) Look at this PR and make the same change yourself
Probably better to do 2)
@brifordwylie thanks! merged and pushed
dtp represents
DTP.data
as a list of (type, data).Packet.__bytes__
was throwing an exception due to this.I defined
DTP.__bytes__
that re-packs theDTP.data
to abytearray
I am not very familiar with DTP, but it seemed the rest of the modules coverts
obj.data
to abytearray
by overridingPacket.__bytes__
.