Skip to content

Commit

Permalink
replace MISS_EASYCONFIG with new MISSING_EASYCONFIG exit code reference
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
lexming and boegel authored Sep 17, 2024
1 parent c7ae4af commit 9eaec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ def find_easybuild_easyconfig(github_user=None):
if file_versions:
fn = sorted(file_versions)[-1][1]
else:
raise EasyBuildError("Couldn't find any EasyBuild easyconfigs", exit_code=EasyBuildExit.MISS_EASYCONFIG)
raise EasyBuildError("Couldn't find any EasyBuild easyconfigs", exit_code=EasyBuildExit.MISSING_EASYCONFIG)

eb_file = os.path.join(eb_parent_path, fn)
return eb_file
Expand Down

0 comments on commit 9eaec3b

Please sign in to comment.