Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different vendors return different datatypes for IfName / SysDesc / Alias #146

Closed
road-cycling opened this issue Nov 21, 2019 · 0 comments · Fixed by #148
Closed

Different vendors return different datatypes for IfName / SysDesc / Alias #146

road-cycling opened this issue Nov 21, 2019 · 0 comments · Fixed by #148

Comments

@road-cycling
Copy link
Collaborator

This is causing encode/decode issues when type is assumed. To fix this interface plugins will check the type of the returned value and handle accordingly.

if isinstance(<>, bytes):
       return <>.decode(u'ascii', u'ignore')
return <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant