We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reference pull request Remove whitespaces in vendor and os_vendor #33
Issue Vendor and os_version values contain whitespaces.
output before: {'vendor': 'Alcatel-Lucent Enterprise ', 'os_version': ' 8.6.289.R01 GA, July 13, 2019.'} output after: {'vendor': 'Alcatel-Lucent Enterprise', 'os_version': '8.6.289.R01 GA, July 13, 2019.'}
{'vendor': 'Alcatel-Lucent Enterprise ', 'os_version': ' 8.6.289.R01 GA, July 13, 2019.'}
{'vendor': 'Alcatel-Lucent Enterprise', 'os_version': '8.6.289.R01 GA, July 13, 2019.'}
The text was updated successfully, but these errors were encountered:
@jefvantongerloo The team will look into your comments soon
Sorry, something went wrong.
Updated the code please help to retest
Tested with latest code and confirmed working on Napalm 3 with whitespace fix:
Please merge PR #40
napalmaos
No branches or pull requests
Reference pull request
Remove whitespaces in vendor and os_vendor #33
Issue
Vendor and os_version values contain whitespaces.
output before:
{'vendor': 'Alcatel-Lucent Enterprise ', 'os_version': ' 8.6.289.R01 GA, July 13, 2019.'}
output after:
{'vendor': 'Alcatel-Lucent Enterprise', 'os_version': '8.6.289.R01 GA, July 13, 2019.'}
The text was updated successfully, but these errors were encountered: