sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42552
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.