let user know that we are currently downloading
This commit is contained in:
parent
ec63662359
commit
fe8f63465a
1 changed files with 2 additions and 0 deletions
|
@ -167,7 +167,9 @@ def read_data(path, project, dir_in_project, prefix, param, version='1.0c', cfg_
|
|||
names = kwargs.get('names', None)
|
||||
|
||||
directory = path + "/projects/" + project + '/' + dir_in_project
|
||||
print("Getting data, this might take a while...")
|
||||
dl.get(directory, dataset=path)
|
||||
print("... done downloading.")
|
||||
corr_type_list = []
|
||||
for corr_name in param['crr']:
|
||||
if corr_name not in corr_types:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue