Skip to content

Commit ffed74a

Browse files
authored
Apply suggestions from code review
1 parent 2e8b965 commit ffed74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def is_unsupported_module(self):
723723
msg += "Building with '--module-only --force' and injecting an LmodError into the modulefile."
724724
print_warning(msg)
725725
errmsg = "EasyConfigs using toolchains based on GCCcore-12.2.0 are not supported for the Zen4 architecture.\\n"
726-
errmsg += "See https://www.eessi.io/docs/known_issues/eessi-<EESSI_VERSION>/#gcc-1220-and-foss-2022b-based-modules-cannot-be-loaded-on-zen4-architecture"
726+
errmsg += "See https://www.eessi.io/docs/known_issues/eessi-2023.06/#gcc-1220-and-foss-2022b-based-modules-cannot-be-loaded-on-zen4-architecture"
727727
var=EESSI_IGNORE_ZEN4_GCC1220_ENVVAR
728728
setattr(self, EESSI_UNSUPPORTED_MODULE_ATTR, UnsupportedModule(envvar=var, errmsg=errmsg))
729729
return True

0 commit comments

Comments
 (0)