Skip to content

Commit de1453a

Browse files
author
Philipp Dowling
committed
write string, not list
1 parent 09a65c2 commit de1453a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/fix_corpus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __iter__(self):
4949

5050
line = "".join(line_parts)
5151

52-
line = utils.to_unicode(line)
52+
#line = utils.to_unicode(line)
5353
yield line + "\n"
5454

5555

0 commit comments

Comments
 (0)