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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to