sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06724
Re: [Question #177994]: Comparing screenshots dynamically
Question #177994 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177994
Status: Open => Answered
RaiMan proposed the following answer:
sorry, my fault.
The Python syntax checker is a little bit dumb. If more intelligent, he
could have told you, that at the point it stops ( the f in the line of
code), it is missing a closing bracket at this point, which means in the
statement before.
correct:
shutil.move(img, os.path.join(savedir, str(int(time.time())))+".png")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.