sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55332
[Bug 1885680] Re: Pattern.similar values over 0.99 are overwritten as .exact() by the IDE when saving
** Changed in: sikuli
Status: New => Invalid
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
--
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