-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
usb.busses returns generator - needs to be a list #2
Comments
Worked for me, thanks! Using latest version of PyUSB as of this post. |
Wow, I'm glad! It's been a long time since I worked on this. It's nice to
know people are still finding it and using it. Enjoy!
…On Thu, Dec 8, 2016, 11:17 AM Dave ***@***.***> wrote:
Worked for me, thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANRHGWMwSZSV1XjEs2y8HMPQrZ2FGlYks5rGC2MgaJpZM4DZsa1>
.
|
I made the change and submitted a pull request. Still learning Git, please let me know if there was a more direct way to attach the pull request to this issue! (Or if a pull request is even necessary for such a simple change) |
Closed by contributed PR. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using a newer version of PyUSB (http://walac.github.io/pyusb/) and it seems that 'usb.busses' returns a generator rather than a list. This simple patch seems to fix it for me.
The text was updated successfully, but these errors were encountered: