salt/changelog/62405.fixed
Gareth J. Greenaway d6307c2a70
netmiko poxy import fixes (#62404)
* need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result.

* Adding changelog.

* swap out if...else for double try...except.
2022-08-08 09:20:41 -06:00

1 line
196 B
Text

Due to changes in the Netmiko library for the exception paths, need to check the version of Netmiko python library and then import the exceptions from different locations depending on the result.