BF: Linux iohub keyboard relative import error#6858
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #6858 +/- ##
==========================================
- Coverage 49.58% 49.57% -0.01%
==========================================
Files 332 332
Lines 61370 61371 +1
==========================================
- Hits 30429 30427 -2
- Misses 30941 30944 +3
|
|
Thanks for catching this! The fix looks good to me, @mdcutone can you confirm? |
|
Is this not a problem in release branch too (or is it actually a FF not a BF)? |
Yeah I noticed it first in release, should I have made the PR against main? |
|
Yes, for a bug fix, should really check out release branch and PR back to release branch but no worries. We make bug-fix releases from that branch and dev branch is kept for major versions (ie. a bug fix to dev will only get released in Feb or June) I'll cherry-pick to release |
When running psychopy on linux, using the iohub mouse device results in an importerror:
This fixes the import error by aligning the linux mouse device variant to the other OS variants.