Public bug reported:

type(100) gives an error listed in summary, i.e. "TypeError: type(): 2nd
arg can't be coerced to String". While it is possible to manually
convert int to str with type(str(100)), why not to do this
automatically?

** 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/788056

Title:
  X-1.0rc2: TypeError: type(): 2nd arg can't be coerced to String

Status in Sikuli:
  New

Bug description:
  type(100) gives an error listed in summary, i.e. "TypeError: type():
  2nd arg can't be coerced to String". While it is possible to manually
  convert int to str with type(str(100)), why not to do this
  automatically?

_______________________________________________
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