Question #234296 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234296
Status: Answered => Solved
Eugene S confirmed that the question is solved:
Thanks RaiMan, that solved my question.
--
You received this question notification because you are a member of
Sikuli Drivers,
Question #234296 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234296
Status: Open => Answered
RaiMan proposed the following answer:
Uuups, that is a bug. Thanks for reporting.
... but using exit() instead is a good workaround.
--
You received this question notification
Question #234296 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234296
Linked to bug: #1214291
https://bugs.launchpad.net/bugs/1214291
"[1.0.1] - Java exception when terminating script using sys.exit()"
--
You received this question notification because you are a m
Question #234296 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234296
Eugene S gave more information on the question:
Well, I think that I found an alternative to using the sys.exit() by using
Sikuli built-in exit() function.
In this manner, the script terminates gracefully.
New question #234296 on Sikuli:
https://answers.launchpad.net/sikuli/+question/234296
Hi,
I have a loop which attempted to detect an image for defined number of times.
If the image is not detected after all the attempts - it will exit:
sys.exit("%s test step FAILED!" %(testName))
This approach
5 matches
Mail list logo