Commit 317adde2 authored by Remi Hardy's avatar Remi Hardy

checking issues

parent 3de27563
...@@ -3329,6 +3329,7 @@ elif (os.path.isfile('ci_scripts/xml_class_list.yml')): ...@@ -3329,6 +3329,7 @@ elif (os.path.isfile('ci_scripts/xml_class_list.yml')):
else: else:
logging.error("XML action list yaml file cannot be found") logging.error("XML action list yaml file cannot be found")
sys.exit("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 #file will be opened only if it exists
with open(xml_class_list_file,'r') as file: with open(xml_class_list_file,'r') as file:
# The FullLoader parameter handles the conversion # The FullLoader parameter handles the conversion
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment