mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Raise error when trying to use older iosxr modules with netconf (#37423)
This commit is contained in:
@@ -73,7 +73,6 @@ def transform_reply():
|
||||
if sys.version < '3':
|
||||
return reply
|
||||
else:
|
||||
print("utf8")
|
||||
return reply.encode('UTF-8')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user