We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently this conversion is done::
- if type(fn) in types.StringTypes: + if type(fn) in str:
which is clearly wrong ...