Skip to content

Commit d36908d

Browse files
author
Caspar van Leeuwen
committed
Some more clear code commenting
1 parent 3dfe565 commit d36908d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

create_lmodsitepackage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
local refer_to_docs = "For more information on how to do this, see https://www.eessi.io/docs/site_specific_config/gpu/.\\n"
124124
if packagesList[simpleName] then
125125
-- simpleName is a module in packagesList
126-
-- first, check the old host_injections path. If that exists, print a more targetted, explainatory warning
126+
-- first, check the old host_injections path prior to https://github.com/EESSI/software-layer-scripts/pull/59
127+
-- If that exists, print a more targetted, explainatory warning
127128
local previousHostInjections = string.gsub(os.getenv('EESSI_SOFTWARE_PATH') or "", 'versions', 'host_injections')
128129
local previousPackageEasyBuildDir = previousHostInjections .. "/software/" .. t.modFullName .. "/easybuild"
129130
local previousPackageDirExists = isDir(previousPackageEasyBuildDir)

0 commit comments

Comments
 (0)