ProgramComputer
commited on
Commit
•
ca2027d
1
Parent(s):
43c34ec
Update test.py
Browse files
test.py
CHANGED
@@ -304,7 +304,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
304 |
with open(tmp_path, "rb") as tmp:
|
305 |
copyfileobj(tmp, out)
|
306 |
tmp_path.unlink()
|
307 |
-
|
308 |
mapped_paths = mapped_paths.append(dl_manager.extract( dl_manager.download(
|
309 |
dict( (
|
310 |
placeholder_key,
|
|
|
304 |
with open(tmp_path, "rb") as tmp:
|
305 |
copyfileobj(tmp, out)
|
306 |
tmp_path.unlink()
|
307 |
+
raise Exception("HELLO")
|
308 |
mapped_paths = mapped_paths.append(dl_manager.extract( dl_manager.download(
|
309 |
dict( (
|
310 |
placeholder_key,
|