From 60fe49f73dcb9b293e8c56a4aadddc9143de60a3 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sat, 8 Jun 2024 23:45:26 +0200 Subject: [PATCH] remove additional empty line --- create_lmodsitepackage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/create_lmodsitepackage.py b/create_lmodsitepackage.py index 585c86ba8f..20c4098b8f 100755 --- a/create_lmodsitepackage.py +++ b/create_lmodsitepackage.py @@ -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)