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

Lfs of file into run

parent 390ff73d
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@ for infile in files_proc:
if infile_aux not in list_proc:
list_proc.append(infile_aux)
d1 = defc.Document(infile_aux, folder_database)
try :
d1.correct_xml(flag_plots = 0, flag_parallel = 0, flag_save_figs = 0, name_outxml = name_tar_file,
name_outcorrxml = name_tar_out)
#try :
d1.correct_xml(flag_plots = 0, flag_parallel = 0, flag_save_figs = 0, name_outxml = name_tar_file,
name_outcorrxml = name_tar_out)
#print('Corrected %s' % infile)
#except:
# print("File to correct %s prompted an error" % infile)
......
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