Question #403018 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/403018
Status: Open => Needs information
masuo requested more information:
Please explain what you want to do.
You can use try-except if you want to catch errors while the script is running.
if you want to debug your codes, the following codes work without error.
myvar = 0
if myvar == 22:
p5()
else:
p1()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp