robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
204 stars 121 forks source link

Fix presence with SplitClassDir option, and containing Groups #337

Closed JoseIgnacioTamayo closed 9 months ago

JoseIgnacioTamayo commented 10 months ago

Likely solves https://github.com/robshakir/pyangbind/issues/336

JoseIgnacioTamayo commented 9 months ago

Because of black formatting, I had to commit several formatting-only changes for the tests to pass OK.

I could do the formatting changes in another PR, and after merged I will rebase this PR.

But we might avoid the hussle by allowing the formatting changes in this PR (not related to fixing the issue with presence)

JoseIgnacioTamayo commented 9 months ago

Let's make things right.

https://github.com/robshakir/pyangbind/pull/338