← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #634207]: Change variable in onChange

 

Question #634207 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/634207

masuo proposed the following answer:
The variable "restart" in function "changed" is a local variable.

def changed(event):
    global restart  # <-- add 
    restart=True

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.