]> sigrok.org Git - libsigrokdecode.git/commit
can: amend recently added Python output feature
authorGerhard Sittig <redacted>
Wed, 22 Jul 2020 19:56:17 +0000 (21:56 +0200)
committerGerhard Sittig <redacted>
Sun, 26 Jul 2020 12:38:18 +0000 (14:38 +0200)
commitba8529ae88c89ec5c135d3a93b4c072fea53fbd1
tree4636ad74a36f5d4d8dd93f0d869d4f3fadb55025
parent7ecd283cfb0dd5d1c1df267bfa7bcd3f1a80b560
can: amend recently added Python output feature

Adjust nits in the previous commit which added Python output to the CAN
decoder. Rename the routine to .putpy() for consistency with other PDs.
Avoid the 'bytes' identifier as it ships with Python as a data type.
Rephrase the construction of the tuple for Python output, to become more
explicit and help reviewers. Partially "undo" the rtr rename, to reduce
diffs to the previous version (see diff HEAD~2 to see the essence). Fix
up a three space indentation issue (which was there before the addition
of Python output).
decoders/can/pd.py