← Back to team overview

sikuli-driver team mailing list archive

[Question #683842]: [1.1.4]After run removeImagePath() , the result of getImagePath() is abnormal.

 

New question #683842 on Sikuli:
https://answers.launchpad.net/sikuli/+question/683842

If script A.sikuli  import  B.sikuli.
C.sikuli import A.sikuli.
At script C, run [print getImagePath]
Result is path of[C.sikul,A.sikuli,B.sikuli]

If C.sikuli add commamd [removeImagePath(B.sikuli)]
First runnig result is path of [C.sikul,A.sikuli]
But second runnig result is just the path of [C.sikuli]

I have to reopen sikuli IDE continuously to get correct result.


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