We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cdb87 commit e9ec501Copy full SHA for e9ec501
easybuild/framework/easyblock.py
@@ -3702,8 +3702,8 @@ def trace_and_log(msg):
3702
fail_msgs.append(f"Files with additional CUDA device code: {len(files_additional_devcode_fails)}.")
3703
if len(files_missing_ptx_fails) > 0:
3704
fail_msgs.append(f"Files missing CUDA PTX code: {len(files_missing_ptx_fails)}.")
3705
- msg = "Check the build log for the 'CUDA sanity check detailed report' for a full list of files that failed "
3706
- msg += "to pass the sanity check."
+ msg = "Check the build log for the 'CUDA sanity check detailed report' for a full list of files that "
+ msg += "failed to pass the sanity check."
3707
fail_msgs.append(msg)
3708
3709
return fail_msgs
0 commit comments