Skip to content

Commit 976ef9f

Browse files
authored
Merge branch 'main' into change_120f_to_120_for_cuda_1280
2 parents 7375ec8 + 13d1359 commit 976ef9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_lmodsitepackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
end
197197
cudaVersion = os.getenv("EESSI_CUDA_DRIVER_VERSION")
198198
local cudaVersion_req = os.getenv("EESSICUDAVERSION")
199-
-- Account for the fact that the script sourced above was designed to never return a non-zero exit
199+
-- Account for the fact that the script sourced above was designed to never return a non-zero exit code,
200200
-- even if it fails to set EESSI_CUDA_DRIVER_VERSION
201201
-- Essentially, we handle that case here by raising an error, which can be suppressed
202202
if not cudaVersion or cudaVersion == "" then

0 commit comments

Comments
 (0)