summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/gen_lib_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-system/gen_lib_xml.py')
-rw-r--r--abs/core/LinHES-system/gen_lib_xml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/gen_lib_xml.py b/abs/core/LinHES-system/gen_lib_xml.py
index 503d39c..3e9019b 100644
--- a/abs/core/LinHES-system/gen_lib_xml.py
+++ b/abs/core/LinHES-system/gen_lib_xml.py
@@ -29,7 +29,7 @@ class Gen_lib_xml:
except:
print " gen_lib_xml: Couldn't change dir to %s" %self.snippit_dir
print " Exiting"
- sys.exit(2)
+ sys.exit(0)
file_list=glob.glob("*.conf")
for conf_file in file_list:
try:
@@ -40,7 +40,7 @@ class Gen_lib_xml:
except:
print " gen_lib_xml: Couldn't open %s for reading" %conf_file
print " Exiting"
- sys.exit(2)
+ sys.exit(0)
if len(file_list) == 0:
print " gen_lib_xml: no conf files found"