Skip to content

Commit

Permalink
remove additional empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 8, 2024
1 parent 4f2fee1 commit 60fe49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion create_lmodsitepackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
-- simpleName is a module in packagesList
-- get the full host_injections path
local hostInjections = string.gsub(os.getenv('EESSI_SOFTWARE_PATH') or "", 'versions', 'host_injections')
-- build final path where the software should be installed
local packageEasyBuildDir = hostInjections .. "/software/" .. t.modFullName .. "/easybuild"
local packageDirExists = isDir(packageEasyBuildDir)
Expand Down

0 comments on commit 60fe49f

Please sign in to comment.