← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #403018]: Pass value from handler (on appear) to main script

 

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.