sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27585
[Bug 1354589] [NEW] % not escaped correctly with type in Sikuli 1.1.0Beta4
Public bug reported:
There seems to be a regression with regards to the behavior when using
type('%') or type('%otherchars'). I keep getting
MissingFormatArgumentException or UnknownFormatConversionException when
I try to use it like this, even though I'm not using it in the context
of string formatting operator or whatnot. Tried escaping it by using
type('%%') but it actually types two '%' in this case.
** 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/1354589
Title:
% not escaped correctly with type in Sikuli 1.1.0Beta4
Status in Sikuli:
New
Bug description:
There seems to be a regression with regards to the behavior when using
type('%') or type('%otherchars'). I keep getting
MissingFormatArgumentException or UnknownFormatConversionException
when I try to use it like this, even though I'm not using it in the
context of string formatting operator or whatnot. Tried escaping it by
using type('%%') but it actually types two '%' in this case.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1354589/+subscriptions
Follow ups
References