ProgramComputer
commited on
Commit
•
42d8815
1
Parent(s):
8ba22de
Update test.py
Browse files
test.py
CHANGED
@@ -304,6 +304,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
304 |
for tmp_path in value[1:]:
|
305 |
with open(tmp_path, "rb") as tmp:
|
306 |
copyfileobj(tmp, out)
|
|
|
307 |
raise Exception("HELLO")
|
308 |
mapped_paths = mapped_paths.append(dl_manager.extract( dl_manager.download(
|
309 |
dict( (
|
|
|
304 |
for tmp_path in value[1:]:
|
305 |
with open(tmp_path, "rb") as tmp:
|
306 |
copyfileobj(tmp, out)
|
307 |
+
#tmp_path.unlink()
|
308 |
raise Exception("HELLO")
|
309 |
mapped_paths = mapped_paths.append(dl_manager.extract( dl_manager.download(
|
310 |
dict( (
|