You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I'm facing is that the filter seems to ignore the serial_number = '123456' constraint, i.e. whatever string I put in the serial_number argument the list of devices is always the same. Is this a bug or am I missing something?
I can obviously filter the list manually, but I would have preferred to use the built-in filter...
The text was updated successfully, but these errors were encountered:
carlodri
changed the title
filtering by serial number
filtering devices by serial number
Mar 2, 2020
continue# field does not exist sys.error.write(...)
It seems like the filtering capability is restricted to the fields listed above in filter_attributes. Il will try and see if that list can be extended.
Hello, and thanks for the great package!
I am trying to filter HID devices by serial number, using the following code:
The problem I'm facing is that the filter seems to ignore the
serial_number = '123456'
constraint, i.e. whatever string I put in theserial_number
argument the list of devices is always the same. Is this a bug or am I missing something?I can obviously filter the list manually, but I would have preferred to use the built-in filter...
The text was updated successfully, but these errors were encountered: