Closed davedotdev closed 2 years ago
https://github.com/Juniper/junos-terraform/blob/master/Internal/processYang/processYang.go#L173
When the processYang code cannot invoke Pyang, it panics. This needs to be a cleaner error.
This error is normally thrown due to:
The error handler should yield the above errors.
https://github.com/Juniper/junos-terraform/blob/master/Internal/processYang/processYang.go#L173
When the processYang code cannot invoke Pyang, it panics. This needs to be a cleaner error.
This error is normally thrown due to:
The error handler should yield the above errors.