Skip to content

Commit 4d5a41a

Browse files
committed
Move "conda has this anomaly" comment to the end of the line
1 parent 9671b24 commit 4d5a41a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuda_pathfinder/cuda/pathfinder/_headers/find_nvidia_headers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ def _find_based_on_ctk_layout(libname: str, h_basename: str, anchor_point: str)
3939
idir = os.path.join(*parts)
4040
if libname == "cccl":
4141
if IS_WINDOWS:
42-
# conda has this anomaly
43-
cdir_ctk12 = os.path.join(idir, "targets", "x64")
42+
cdir_ctk12 = os.path.join(idir, "targets", "x64") # conda has this anomaly
4443
cdir_ctk13 = os.path.join(cdir_ctk12, "cccl")
4544
if _joined_isfile(cdir_ctk13, h_basename):
4645
return cdir_ctk13

0 commit comments

Comments
 (0)