Closed nbtnc1 closed 2 years ago
Also need an else on the other if too - https://github.com/napalm-automation-community/napalm-panos/blob/develop/napalm_panos/panos.py#L209
Will take me a few hours to test, but the logic that was there was a bit complicated, I tried to make it simpler. #97
Updated, tested, and released 0.5.4. I yanked 0.5.3 (rather than delete) from pypi.
Environment
Expected Behavior
Configuration should have loaded on to the device successfully.
Observed Behavior
Error while loading config from {path}.
Steps to Reproduce
It looks like you removed the else statement from here: https://github.com/napalm-automation-community/napalm-panos/blob/v0.5.3/napalm_panos/panos.py#L206