Commit
·
cfd0e38
1
Parent(s):
f5f7b8b
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 =
|
310 |
dict( (
|
311 |
placeholder_key,
|
312 |
dict(
|
@@ -316,7 +316,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
316 |
)
|
317 |
for placeholder_key in ("test",)
|
318 |
)
|
319 |
-
))
|
320 |
|
321 |
raise Exception(mapped_paths)
|
322 |
|
|
|
306 |
# copyfileobj(tmp, out)
|
307 |
# #tmp_path.unlink()
|
308 |
# raise Exception("HELLO")
|
309 |
+
mapped_paths = dl_manager.extract( 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 |
|