1.0.0 further bug investigations
Browse files- RuREBus.py +1 -0
RuREBus.py
CHANGED
|
@@ -125,6 +125,7 @@ class RuREBusBuilder(datasets.GeneratorBasedBuilder):
|
|
| 125 |
# folder = dl_manager.download_and_extract(self._RAW_TXT_URLS)['raw_txt']
|
| 126 |
# decode_file_names(folder)
|
| 127 |
zip_file = dl_manager.download(self._RAW_TXT_URLS)['raw_txt']
|
|
|
|
| 128 |
try:
|
| 129 |
folder = extract(zip_file)
|
| 130 |
except FileNotFoundError:
|
|
|
|
| 125 |
# folder = dl_manager.download_and_extract(self._RAW_TXT_URLS)['raw_txt']
|
| 126 |
# decode_file_names(folder)
|
| 127 |
zip_file = dl_manager.download(self._RAW_TXT_URLS)['raw_txt']
|
| 128 |
+
raise ValueError(zip_file)
|
| 129 |
try:
|
| 130 |
folder = extract(zip_file)
|
| 131 |
except FileNotFoundError:
|