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

Lfs of file into run

parent 54d36312
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0] ...@@ -37,7 +37,7 @@ name_tar_file = input_file.split('/')[-1].split('.tar.gz')[0]
print(input_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_pdf = input_file.split('/')[:-1] + '/00_rawpdfs.tar.gz' input_file_pdf = '/'.join(input_file.split('/')[:-1]) + '/00_rawpdfs.tar.gz'
comm = 'git lfs pull -I ' + input_file_pdf comm = 'git lfs pull -I ' + input_file_pdf
utils_proc.call_with_out(comm) utils_proc.call_with_out(comm)
......
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