Changed misleading printout
Browse files
ecoset.py
CHANGED
@@ -141,7 +141,7 @@ class Ecoset(datasets.GeneratorBasedBuilder):
|
|
141 |
password = getpass(_PWD_MSG)
|
142 |
check_pass(password)
|
143 |
# download
|
144 |
-
print('Using
|
145 |
urlinfo = urlparse(source_url, allow_fragments=False)
|
146 |
# create destination path if not existing
|
147 |
if not op.exists(target_dir):
|
|
|
141 |
password = getpass(_PWD_MSG)
|
142 |
check_pass(password)
|
143 |
# download
|
144 |
+
print('Using native OS unzipping. This will take about 15h on a typical Linux/Mac and 8h on a typical Windows Computer.')
|
145 |
urlinfo = urlparse(source_url, allow_fragments=False)
|
146 |
# create destination path if not existing
|
147 |
if not op.exists(target_dir):
|