DiGyt commited on
Commit
16766e2
·
1 Parent(s): e8f4494

Changed misleading printout

Browse files
Files changed (1) hide show
  1. ecoset.py +1 -1
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 "fast" 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):
 
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):