napalm-automation / napalm-base

Apache License 2.0
32 stars 48 forks source link

Added AttributeError Exception to __del__ function in NetworkDriver #268

Closed ipv6freely closed 7 years ago

ipv6freely commented 7 years ago

This commit fixes Issue #267: https://github.com/napalm-automation/napalm-base/issues/267

Adding an exception handler for AttributeError allows the script to complete.

ipv6freely commented 7 years ago

Yes I agree with you. I have modified that code.

dbarrosop commented 7 years ago

Thanks!

dbarrosop commented 7 years ago

Fixes #267