robshakir / pyangbind

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

Fix binary type representation #304

Closed JoseIgnacioTamayo closed 11 months ago

JoseIgnacioTamayo commented 11 months ago

It seems the YANG binary representation is broken.

The unittests are failing, and there is https://github.com/robshakir/pyangbind/issues/277 that suggests an issue with the used library.

Without more knowledge about YANG binary in Python, I raise this issue for discussion.

JoseIgnacioTamayo commented 11 months ago

https://github.com/robshakir/pyangbind/pull/297 proposes a fix to this issue.

JoseIgnacioTamayo commented 11 months ago

Fixed in https://github.com/robshakir/pyangbind/pull/297