mirror of https://github.com/ansible/ansible.git
Fix snmp_facts error on decode_hex() (#21694)
* Fix snmp_facts error on decode_hex()
Remove use of some_string.decode('hex') that fails on py3, and
replace with to_binascii.unhexlify()
Fixes #21668
pull/21779/head
parent
b2bd75a408
commit
6e7b89764e
Loading…
Reference in New Issue