Closed danielkucera closed 5 years ago
It seems neither of us tried this scanning with the PR ;)
This causes an assert in uhej_scan
which surprises me:
from uhej import uhej
uhej_scan()
Moving the import to uhej_scan()
will still throw an assert in uhej_worker_thread
.
I'm sorry, I've had nowhere to test... Did you try to import also in the thread?
No worries, blame is all on me. Quite baffling though that the import did not follow into the function call.
Don't require uhej for normal operation, only when scan is invoked.