sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58696
[Question #705722]: When I run the program, there is a prompt box "Delete images on save"
New question #705722 on SikuliX:
https://answers.launchpad.net/sikuli/+question/705722
The message of this prompt box is "Orphan string delimiter("or"), in line 45, No images will be deleted! Correct the problem before next save! “
--------My line 45 code --------
for x in range(4): #Line 45
if game_Area.exists(OK_L):
game_Area.click(OK_L)
--------This string of code of mine has the same prompt box--------
img_name = "_dragm"
Why this is, I don't understand, but they do not affect the operation of the program
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.