Commit
•
6a41ef9
1
Parent(s):
eef307d
test
Browse files- test111.py +1 -1
test111.py
CHANGED
@@ -249,7 +249,7 @@ class MASSIVE(datasets.GeneratorBasedBuilder):
|
|
249 |
if path == filepath:
|
250 |
# Read the file
|
251 |
print("f: ", f)
|
252 |
-
lines = f.
|
253 |
f.close()
|
254 |
|
255 |
key_ = 0
|
|
|
249 |
if path == filepath:
|
250 |
# Read the file
|
251 |
print("f: ", f)
|
252 |
+
lines = f.readlines()
|
253 |
f.close()
|
254 |
|
255 |
key_ = 0
|