sde1000 / python-dali

Library for controlling DALI lighting systems
Other
150 stars 71 forks source link

hid: fix wrong variable name #119

Closed jktjkt closed 1 year ago

jktjkt commented 1 year ago

That's the endless joy of languages with no compile-time variable lookup.

Fixes: ea01ab3 ("asyncio-based drivers for USB devices that present as HID")

sde1000 commented 1 year ago

:-(

Too true.

The "drivers" and "examples" sections aren't don't have the same code quality standards as the main part of the library. That line had clearly never ever been tested...