ni / nixnet-python

NI-XNET Python API
https://nixnet.readthedocs.io/en/latest/
MIT License
25 stars 22 forks source link

fix(examples): payload print issue #258

Closed jashnani closed 6 years ago

jashnani commented 6 years ago

in python 2.7.latest, payloads were getting printed in non-ascii characters/symbols

Fixing payload print issue for python27 and improving it for python34.

Making sent and receive print lines consistent so we can compare them easily.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 67.708% when pulling f93982c7d06165b7ab195047d60e75d8376012b7 on jashnani:payloadPrintIssue into 8505c46e0f868417addc4bea519f7fa6469ea9ea on ni:master.

d-bohls commented 6 years ago

My test machine has 2.7 and raises the same error as the CI. You can use for debugging if you want.