Commit 2a420b1
Marcelo Salazar
Fix TypeError error on write()
Error: TypeError: write() argument 1 must be unicode, not str
The fix ensures the write is in utf-8 encoding.1 parent ab76a27 commit 2a420b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
| |||
0 commit comments