sst-macro icon indicating copy to clipboard operation
sst-macro copied to clipboard

opareport_snapshot_parser.py fails with Python 3.12.6

Open deanchester opened this issue 2 months ago • 0 comments

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.

deanchester avatar Dec 06 '24 13:12 deanchester