We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ae4af commit 9eaec3bCopy full SHA for 9eaec3b
easybuild/tools/github.py
@@ -2640,7 +2640,7 @@ def find_easybuild_easyconfig(github_user=None):
2640
if file_versions:
2641
fn = sorted(file_versions)[-1][1]
2642
else:
2643
- 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)
2644
2645
eb_file = os.path.join(eb_parent_path, fn)
2646
return eb_file
0 commit comments