diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-03-16 17:18:47 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-25 07:56:30 -0500 |
commit | 5d3a6d2044d69d68ec7371608227dcadd1eda332 (patch) | |
tree | ff40b945871563a33114b27583207a910163ed98 /.ci/templates | |
parent | a00e5e7168aea0943ec54602b0cf2e3b6c84ddb9 (diff) | |
download | uhd-5d3a6d2044d69d68ec7371608227dcadd1eda332.tar.gz uhd-5d3a6d2044d69d68ec7371608227dcadd1eda332.tar.bz2 uhd-5d3a6d2044d69d68ec7371608227dcadd1eda332.zip |
mpm: periph manager: Fix get_mb_eeprom() return value formatting
The get_mb_eeprom() RPC call is supposed to return a string -> string
map and thus converts all EEPROM entries to strings. However, for raw
strings, the existing conversion (using str()) was not correct (we need
to decode raw strings first).
This would lead to things like the serial being returned as b'ABCD123'
instead of just ABCD123.
Diffstat (limited to '.ci/templates')
0 files changed, 0 insertions, 0 deletions