From 8cdec031c7b485eddb60e46214f3d623cde46b8b Mon Sep 17 00:00:00 2001
From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch>
Date: Fri, 7 Dec 2018 14:41:06 +0000
Subject: [PATCH] Run file to original state

---
 src/python/run_correctxml.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/python/run_correctxml.py b/src/python/run_correctxml.py
index 60754f2a..45543847 100644
--- a/src/python/run_correctxml.py
+++ b/src/python/run_correctxml.py
@@ -44,12 +44,12 @@ 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,
+        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)
+        except:
+            print("File to correct %s prompted an error" % infile)
 
 # Commands to get the compressed version of the file
 #data/AB/${year}/02_extractedxml.tar.gz
-- 
GitLab