mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Calling Binding.__repr__() when the attribute Binding.path is None would raise TypeError: expected str, bytes or os.PathLike object, not NoneType. Known bindings that may not have a path (Binding.path is None) include bindings for properties such as 'compatible', 'reg', 'status'. Signed-off-by: Chris Duf <chris@openmarl.org> Co-authored-by: Gerard Marull-Paretas <gerard@teslabs.com>