sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52351
Re: [Question #682255]: Custom theading best practices
Question #682255 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/682255
RaiMan proposed the following answer:
I tested and found the problem is:
taskThread.daemon = True
This seems to completely detach the thread from the running script's context to the global context of the IDE.
Everything works fine, if you leave this out.
Why do you think you need it in your case?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.