sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29911
Re: [Question #259995]: Sikuli takes values/errors from the previous run.I have to restart the IDE/System to get the correct error/values.
Question #259995 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/259995
Himanshu posted a new comment:
For examples
#FILE1
obj1 = cvgsheetopen1.cvgsheetopen1()
print(obj1.citflag)
#cvgsheetopen1
class cvgsheetopen1:
def __init__(self):
self.citflag = 1
Sometimes it throws error: citflag not defined.. But when I restart IDE
it works fine.
What I want to say is that there is no particular error.It's just that
it takes the errors from previous run and shows them again and again
until I restart the IDE/System.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.