Skip to content
Snippets Groups Projects
Commit 2514c0ff authored by Luis Salamanca's avatar Luis Salamanca
Browse files

More lfs and remove try except

parent 2f6b3ab3
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,12 @@ t1 = time.time() ...@@ -36,8 +36,12 @@ t1 = time.time()
name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0] name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0]
files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file) files_proc, _ = utils_proc.get_list(year_tocomp, folder_database, name_tar_file)
print(input_file)
comm = 'git lfs pull -I ' + input_file comm = 'git lfs pull -I ' + input_file
utils_proc.call_with_out(comm) utils_proc.call_with_out(comm)
input_file_xml = '/'.join(input_file.split('/')[:-1]) + '/01_rawmeta.tar.gz'
comm = 'git lfs pull -I ' + input_file_xml
utils_proc.call_with_out(comm)
list_proc = list() list_proc = list()
for infile in files_proc: for infile in files_proc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment