Commit b67d4bd1 authored by hardy's avatar hardy

fixing typo in searching path ci-scripts

parent e2b19083
...@@ -3324,8 +3324,8 @@ import yaml ...@@ -3324,8 +3324,8 @@ import yaml
xml_class_list_file='' xml_class_list_file=''
if (os.path.isfile('xml_class_list.yml')): if (os.path.isfile('xml_class_list.yml')):
xml_class_list_file='xml_class_list.yml' xml_class_list_file='xml_class_list.yml'
elif (os.path.isfile('ci_scripts/xml_class_list.yml')): elif (os.path.isfile('ci-scripts/xml_class_list.yml')):
xml_class_list_file='ci_scripts/xml_class_list.yml' xml_class_list_file='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")
......
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