mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
ENH: update --show-progess message in the quantopian-quandl loader
This commit is contained in:
@@ -320,7 +320,7 @@ def quantopian_quandl_bundle(environ,
|
||||
show_progress,
|
||||
output_dir):
|
||||
if show_progress:
|
||||
print('Downloading quandl data, can take about 1 minute')
|
||||
print('Downloading quandl data. This can take about 1 minute.')
|
||||
# use closing for py2 compat
|
||||
with closing(urlopen(QUANTOPIAN_QUANDL_URL)) as f, \
|
||||
tarfile.open('r', fileobj=BytesIO(f.read())) as tar:
|
||||
|
||||
Reference in New Issue
Block a user