← Back to team overview

sikuli-driver team mailing list archive

[Bug 788056] [NEW] X-1.0rc2: TypeError: type(): 2nd arg can't be coerced to String

 

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?


Follow ups

References