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

opareport_snapshot_parser.py fails with Python 3.12.6 #722

Open
deanchester opened this issue Dec 6, 2024 · 0 comments
Open

opareport_snapshot_parser.py fails with Python 3.12.6 #722

deanchester opened this issue Dec 6, 2024 · 0 comments

Comments

@deanchester
Copy link
Contributor

In Python 3.3 collections.Mapping moved to collections.abc.Mapping, this means when you export the switches and nodes from an opareport snapshot it fails with newer Python releases.

Inside of dict_merge collections.Mapping needs to go to collections.abc.Mapping here

Will issue a pull request in near future but here's a reference to is being broken in versions above Python 3.6.

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

No branches or pull requests

1 participant