← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #680461]: Problem in formatting string while find fails

 

Question #680461 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680461

Sahil Doshi posted a new comment:
I dig into it and find out It is failing while calling the toString()
method of Image class.

the reason behind it is :

imageName ="C:/program%20files(86x)/sikuli/images/image.png"

in toString,

String.format((this.imageName != null ? this.imageName : "__UNKNOWN__")
+ ": (%dx%d)", this.bwidth, this.bheight)

it is failing because of "%20" in imageName

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