Skip to content

Commit 7119169

Browse files
author
Caspar van Leeuwen
committed
Insert two spaces
1 parent 5e92c55 commit 7119169

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
@@ -142,8 +142,8 @@
142142
advice = advice .. "can find it.\\n"
143143
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 "
145-
advice = advice .. hostInjections .. "/software/" .. t.modFullName .. "."
146-
advice = advice .. "Please re-install the package at the new location."
145+
advice = advice .. hostInjections .. "/software/" .. t.modFullName .. ". "
146+
advice = advice .. "Please re-install the package at the new location. "
147147
advice = advice .. refer_to_docs
148148
LmodError("\\nYou requested to load ", simpleName, " ", advice)
149149
elseif not packageDirExists then

0 commit comments

Comments
 (0)