mbj4668 / pyang

An extensible YANG validator and converter in python
ISC License
530 stars 342 forks source link

fix statement follow_path to allow easy external paths #856

Open steweg opened 1 year ago

steweg commented 1 year ago

This patch allows to use compact paths syntax

Example: Orig: /a:list1/a:embedded_list1/a:key_id Compact: /a:list1/embedded_list1/key_id