← Back to team overview

sikuli-driver team mailing list archive

[Bug 1885680] Re: Pattern.similar values over 0.99 are overwritten as .exact() by the IDE when saving

 

This is by intention.

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1885680

Title:
  Pattern.similar values over 0.99 are overwritten as .exact() by the
  IDE when saving

Status in Sikuli:
  Invalid

Bug description:
  Saving a method in sikuli IDE like

  has(Pattern("screenshot").similar(0.999)) == False

  is overwritten by the IDE on opening to be

  has(Pattern("screenshot"). exact()) == False

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1885680/+subscriptions


References