Skip to content

Commit 9eaec3b

Browse files
lexmingboegel
andauthored
replace MISS_EASYCONFIG with new MISSING_EASYCONFIG exit code reference
Co-authored-by: Kenneth Hoste <[email protected]>
1 parent c7ae4af commit 9eaec3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2640,7 +2640,7 @@ def find_easybuild_easyconfig(github_user=None):
26402640
if file_versions:
26412641
fn = sorted(file_versions)[-1][1]
26422642
else:
2643-
raise EasyBuildError("Couldn't find any EasyBuild easyconfigs", exit_code=EasyBuildExit.MISS_EASYCONFIG)
2643+
raise EasyBuildError("Couldn't find any EasyBuild easyconfigs", exit_code=EasyBuildExit.MISSING_EASYCONFIG)
26442644

26452645
eb_file = os.path.join(eb_parent_path, fn)
26462646
return eb_file

0 commit comments

Comments
 (0)