Skip to content

Commit 2b03950

Browse files
author
Caspar van Leeuwen
committed
Fixed more issues
1 parent 64069f9 commit 2b03950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

create_lmodsitepackage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
local packageEasyBuildDir = hostInjections .. "/software/" .. t.modFullName .. "/easybuild"
138138
local packageDirExists = isDir(packageEasyBuildDir)
139139
if previousPackageDirExists and not packageDirExists then
140-
local targettedAdvice = "but while the module file exists, the actual software is not entirely shipped with EESSI "
140+
local advice = "but while the module file exists, the actual software is not entirely shipped with EESSI "
141141
advice = advice .. "due to licencing. You will need to install a full copy of the " .. simpleName .. " package where EESSI "
142142
advice = advice .. "can find it.\\n"
143-
advice = advice .. "Note that a full copy is installed at " .. previoushostInjections .. "/software/" .. t.modFullName ". "
143+
advice = advice .. "Note that a full copy is installed at " .. previousHostInjections .. "/software/" .. t.modFullName .. ". "
144144
advice = advice .. "However, EESSI now expects it in a different location, namely at "
145145
advice = advice .. hostInjections .. "/software/" .. t.modFullName "."
146146
advice = advice .. "Please re-install the package at the new location."

0 commit comments

Comments
 (0)