We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28c0e6 commit 6640295Copy full SHA for 6640295
python/setup.py
@@ -27,7 +27,7 @@
27
28
if not os.path.isdir(CUDA_HOME):
29
raise OSError(
30
- f"Invalid CUDA_HOME: " "directory does not exist: {CUDA_HOME}"
+ f"Invalid CUDA_HOME: " f"directory does not exist: {CUDA_HOME}"
31
)
32
33
cuda_include_dir = os.path.join(CUDA_HOME, "include")
0 commit comments