Commit
·
9b985b3
1
Parent(s):
72333d7
Update test.py
Browse files
test.py
CHANGED
@@ -306,7 +306,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
306 |
# copyfileobj(tmp, out)
|
307 |
# #tmp_path.unlink()
|
308 |
# raise Exception("HELLO")
|
309 |
-
mapped_paths = dl_manager.
|
310 |
dict( (
|
311 |
placeholder_key,
|
312 |
dict(
|
@@ -316,9 +316,9 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
316 |
)
|
317 |
for placeholder_key in ("test",)
|
318 |
)
|
319 |
-
)
|
320 |
|
321 |
-
|
322 |
|
323 |
# tmp_paths = dl_manager.extract_and_download(
|
324 |
|
|
|
306 |
# copyfileobj(tmp, out)
|
307 |
# #tmp_path.unlink()
|
308 |
# raise Exception("HELLO")
|
309 |
+
mapped_paths = dl_manager.download(
|
310 |
dict( (
|
311 |
placeholder_key,
|
312 |
dict(
|
|
|
316 |
)
|
317 |
for placeholder_key in ("test",)
|
318 |
)
|
319 |
+
)
|
320 |
|
321 |
+
raise Exception(mapped_paths)
|
322 |
|
323 |
# tmp_paths = dl_manager.extract_and_download(
|
324 |
|