Raise error when trying to use older iosxr modules with netconf (#37423)

This commit is contained in:
Nathaniel Case 2018-03-15 12:49:35 -04:00 committed by GitHub
parent a6d31b6fb1
commit 85cc5ea129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -73,7 +73,6 @@ def transform_reply():
if sys.version < '3':
return reply
else:
print("utf8")
return reply.encode('UTF-8')