Commit 6a8d5f4
Peter Amstutz
Revert isinstance(step_entry, (str, unicode)) because typing.Text is actually
<type 'unicode'> and as a result isinstance(str("foo"), Text) is False.1 parent 0433da3 commit 6a8d5f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
0 commit comments