← Back to team overview

sikuli-driver team mailing list archive

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

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups