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

Fix broken exception handler when adding USM users to SNMP session #7

Open
lunkwill42 opened this issue Nov 22, 2023 · 0 comments
Open
Labels

Comments

@lunkwill42
Copy link
Member

This line is broken:

except StandardError as e:

There is no such exception class, and it's not entirely clear from the git blame output why this was put in there, or how it was supposed to work at the time it was added.

@lunkwill42 lunkwill42 added the bug label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant