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

Run file to original state

parent 3ad69fe0
No related branches found
No related tags found
No related merge requests found
...@@ -44,12 +44,12 @@ for infile in files_proc: ...@@ -44,12 +44,12 @@ for infile in files_proc:
if infile_aux not in list_proc: if infile_aux not in list_proc:
list_proc.append(infile_aux) list_proc.append(infile_aux)
d1 = defc.Document(infile_aux, folder_database) d1 = defc.Document(infile_aux, folder_database)
#try : try :
d1.correct_xml(flag_plots = 0, flag_parallel = 0, flag_save_figs = 0, name_outxml = name_tar_file, d1.correct_xml(flag_plots = 0, flag_parallel = 0, flag_save_figs = 0, name_outxml = name_tar_file,
name_outcorrxml = name_tar_out) name_outcorrxml = name_tar_out)
#print('Corrected %s' % infile) #print('Corrected %s' % infile)
#except: except:
# print("File to correct %s prompted an error" % infile) print("File to correct %s prompted an error" % infile)
# Commands to get the compressed version of the file # Commands to get the compressed version of the file
#data/AB/${year}/02_extractedxml.tar.gz #data/AB/${year}/02_extractedxml.tar.gz
......
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