diff --git a/src/python/run_correctxml.py b/src/python/run_correctxml.py index 3bd5df570180975781673e85d8cef67a69c2c3e1..917e6cedc2a51814c45ab35142b2ffb7de0255a8 100644 --- a/src/python/run_correctxml.py +++ b/src/python/run_correctxml.py @@ -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)