From 788f8c3dba22548aef0c5767a0fac96b78b10475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Mon, 20 Apr 2026 13:14:05 +0200 Subject: [PATCH] modify comment --- create_lmodsitepackage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_lmodsitepackage.py b/create_lmodsitepackage.py index 85db3ab2..bb8b49b3 100755 --- a/create_lmodsitepackage.py +++ b/create_lmodsitepackage.py @@ -196,7 +196,7 @@ end cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION") local cudaVersion_req = os.getenv("EESSICUDAVERSION") - -- Account for the fact that the script sourced above was designed to never return a non-zero exit + -- Account for the fact that the script sourced above was designed to never return a non-zero exit code, -- even if it fails to set EESSI_CUDA_DRIVER_VERSION -- Essentially, we handle that case here by raising an error, which can be suppressed if not cudaVersion or cudaVersion == "" then