From a267442aa5fd01178deb7cb3b7a4bf49bcf799f6 Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Tue, 12 Feb 2019 20:42:30 +0000 Subject: [PATCH] Adding lfs to the run_extract_orig --- src/python/run_extract_origxml.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/run_extract_origxml.py b/src/python/run_extract_origxml.py index e283788c..01bdc6fd 100644 --- a/src/python/run_extract_origxml.py +++ b/src/python/run_extract_origxml.py @@ -36,6 +36,9 @@ t1 = time.time() name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0] files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file) +comm = 'git lfs pull -I ' + input_file +utils_proc.call_with_out(comm) + list_proc = list() for infile in files_proc: -- GitLab