Skip to content

Commit

Permalink
fix cchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Jul 3, 2021
1 parent 2a69b90 commit 68e12f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68e12f8

Please sign in to comment.