Skip to content

Commit 140a20d

Browse files
committed
Make trivial change to trigger deploy of file
1 parent 8f1f6ed commit 140a20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def parse_hook_zen4_module_only(ec, eprefix):
405405
env_varname = EESSI_IGNORE_ZEN4_GCC1220_ENVVAR
406406
# TODO: create a docs page to which we can refer for more info here
407407
# TODO: then update the link to the known issues page to the _specific_ issue
408-
# Need to escape newline character so that the newline character actually ends up in the module file
408+
# Need to escape the newline character so that the newline character actually ends up in the module file
409409
# (otherwise, it splits the string, and a 2-line string ends up in the modulefile, resulting in syntax error)
410410
errmsg = "EasyConfigs using toolchains based on GCCcore-12.2.0 are not supported for the Zen4 architecture.\\n"
411411
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"

0 commit comments

Comments
 (0)