We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a283 commit fe6dcedCopy full SHA for fe6dced
1 file changed
cuda_bindings/setup.py
@@ -100,7 +100,7 @@
100
if missing_headers:
101
error_message = "Couldn't find required headers: "
102
error_message += ", ".join([header for header in missing_headers])
103
- raise RuntimeError(f"{error_message}\nIs CUDA_HOME setup correctly? (CUDA_HOME=\"{CUDA_HOME}\")")
+ raise RuntimeError(f'{error_message}\nIs CUDA_HOME setup correctly? (CUDA_HOME="{CUDA_HOME}")')
104
105
replace = {
106
" __device_builtin__ ": " ",
0 commit comments