From 45d9d4ddb748f981af027d7ab1053653b01c1a6a Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Tue, 5 Feb 2019 14:25:31 +0000 Subject: [PATCH] Lfs of file into run --- src/python/run_correctxml.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/run_correctxml.py b/src/python/run_correctxml.py index ff0710cb..e3959709 100644 --- a/src/python/run_correctxml.py +++ b/src/python/run_correctxml.py @@ -34,6 +34,9 @@ folder_database = input_file.split(year_tocomp)[0] t1 = time.time() name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0] +comm = 'git lfs pull -I ' + input_file +utils_proc.call_with_out(comm) + files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file) list_proc = list() -- GitLab