Skip to content

Commit 788f8c3

Browse files
committed
modify comment
1 parent c7ff662 commit 788f8c3

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)