ProgramComputer
commited on
Commit
•
6e46578
1
Parent(s):
fa91582
Update test.py
Browse files
test.py
CHANGED
@@ -274,7 +274,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
274 |
for tmp_path in tmp_paths:
|
275 |
with open(tmp_path, "rb") as tmp:
|
276 |
copyfileobj(tmp, out)
|
277 |
-
|
278 |
|
279 |
metadata = dl_manager.download(
|
280 |
dict(
|
|
|
274 |
for tmp_path in tmp_paths:
|
275 |
with open(tmp_path, "rb") as tmp:
|
276 |
copyfileobj(tmp, out)
|
277 |
+
# tmp_path.unlink()
|
278 |
|
279 |
metadata = dl_manager.download(
|
280 |
dict(
|