fix cchecker

kevbrick-patch-1
ggabernet 3 years ago
parent 2a69b90be6
commit 68e12f85ec

@ -56,7 +56,7 @@ def check_config(Config, Github):
try:
with open(Github, 'r') as ghfile:
wf = yaml.safe_load(ghfile)
profile_list = wf["profile_test"]["strategy"]["matrix"]["profile"]
profile_list = wf["jobs"]["profile_test"]["strategy"]["matrix"]["profile"]
except Exception as e:
print("Could not parse yaml file: {}, {}".format(Github, e))
sys.exit(1)

Loading…
Cancel
Save