From 4d8b7510369079b742a210fde14db65d9c62dabc Mon Sep 17 00:00:00 2001
From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch>
Date: Fri, 7 Dec 2018 14:16:46 +0000
Subject: [PATCH] checking error 1891

---
 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 45543847..60754f2a 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