From fe8f63465ae9b424fea5f710103834f36e3261e8 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Thu, 15 Aug 2024 16:04:38 +0000 Subject: [PATCH] let user know that we are currently downloading --- backlogger/input/sfcf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backlogger/input/sfcf.py b/backlogger/input/sfcf.py index f6688c6..5b9370f 100644 --- a/backlogger/input/sfcf.py +++ b/backlogger/input/sfcf.py @@ -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: