mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Raise error when trying to use older iosxr modules with netconf (#37423)
This commit is contained in:
parent
a6d31b6fb1
commit
85cc5ea129
2 changed files with 5 additions and 3 deletions
|
@ -73,7 +73,6 @@ def transform_reply():
|
|||
if sys.version < '3':
|
||||
return reply
|
||||
else:
|
||||
print("utf8")
|
||||
return reply.encode('UTF-8')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue