mbj4668 / pyang

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

tree diagrams leafs in groupings not appearing as mandatory #902

Open kwatsen opened 2 months ago

kwatsen commented 2 months ago

Many recent examples. I have my own, but this commit caught my eye this morning: https://github.com/netmod-wg/schedule-yang/pull/1#pullrequestreview-2014586424.

In my case, simply replacing the string "grouping" with the string "container" caused all the mandatory leafs to render correctly (i.e., without the '?' character).