Skip to content

Commit fe6dced

Browse files
vzhurba01rwgk
authored andcommitted
Run pre-commit
1 parent 0c6a283 commit fe6dced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
if missing_headers:
101101
error_message = "Couldn't find required headers: "
102102
error_message += ", ".join([header for header in missing_headers])
103-
raise RuntimeError(f"{error_message}\nIs CUDA_HOME setup correctly? (CUDA_HOME=\"{CUDA_HOME}\")")
103+
raise RuntimeError(f'{error_message}\nIs CUDA_HOME setup correctly? (CUDA_HOME="{CUDA_HOME}")')
104104

105105
replace = {
106106
" __device_builtin__ ": " ",

0 commit comments

Comments
 (0)