Commit ·
784002c
1
Parent(s): 14347eb
File Not found ERROR now
Browse files- super_eurlex.py +1 -1
super_eurlex.py
CHANGED
|
@@ -413,7 +413,7 @@ class SuperEurlex(datasets.GeneratorBasedBuilder):
|
|
| 413 |
try:
|
| 414 |
data_dir = dl_manager.download_and_extract(urls)
|
| 415 |
except FileNotFoundError:
|
| 416 |
-
raise
|
| 417 |
It could be that the demanded sector isn't yet available in your language of choice""")
|
| 418 |
return [
|
| 419 |
datasets.SplitGenerator(
|
|
|
|
| 413 |
try:
|
| 414 |
data_dir = dl_manager.download_and_extract(urls)
|
| 415 |
except FileNotFoundError:
|
| 416 |
+
raise FileNotFoundError("""The demanded Files weren't found.
|
| 417 |
It could be that the demanded sector isn't yet available in your language of choice""")
|
| 418 |
return [
|
| 419 |
datasets.SplitGenerator(
|