mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-21 18:28:18 +00:00
fix cchecker
This commit is contained in:
parent
2a69b90be6
commit
68e12f85ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def check_config(Config, Github):
|
||||||
try:
|
try:
|
||||||
with open(Github, 'r') as ghfile:
|
with open(Github, 'r') as ghfile:
|
||||||
wf = yaml.safe_load(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:
|
except Exception as e:
|
||||||
print("Could not parse yaml file: {}, {}".format(Github, e))
|
print("Could not parse yaml file: {}, {}".format(Github, e))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Reference in a new issue