Skip to content

futurize: bug in converting "if type(fn) in types.StringTypes:" #9

Open
@edschofield

Description

@edschofield

Currently this conversion is done::

-        if type(fn) in types.StringTypes:
+        if type(fn) in str:

which is clearly wrong ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions