From 390ff73d5f67929d22996197ee2c2fdeb3c74887 Mon Sep 17 00:00:00 2001
From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch>
Date: Tue, 5 Feb 2019 14:27:43 +0000
Subject: [PATCH] Lfs of file into run

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

diff --git a/src/python/run_correctxml.py b/src/python/run_correctxml.py
index 299612a3..3bd5df57 100644
--- a/src/python/run_correctxml.py
+++ b/src/python/run_correctxml.py
@@ -52,8 +52,8 @@ for infile in files_proc:
             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