From 9f772f36fd828fd4c1a3bd3fd04ab874fba87e02 Mon Sep 17 00:00:00 2001
From: Remi Hardy <remi.hardy@openairinterface.org>
Date: Mon, 31 Aug 2020 11:44:09 +0200
Subject: [PATCH] checking issues

---
 ci-scripts/main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci-scripts/main.py b/ci-scripts/main.py
index ccb7419908d..df26ae04e37 100644
--- a/ci-scripts/main.py
+++ b/ci-scripts/main.py
@@ -3329,6 +3329,7 @@ elif (os.path.isfile('ci_scripts/xml_class_list.yml')):
 else:
 	logging.error("XML action list yaml file cannot be found")
 	sys.exit("XML action list yaml file cannot be found")
+
 #file will be opened only if it exists
 with open(xml_class_list_file,'r') as file:
     # The FullLoader parameter handles the conversion 
-- 
GitLab