We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff81d85 commit c1dc84dCopy full SHA for c1dc84d
cuda_pathfinder/cuda/pathfinder/_utils/platform_aware.py
@@ -8,7 +8,7 @@
8
9
def quote_for_shell(s: str) -> str:
10
if IS_WINDOWS:
11
- # This is a relatively heavy import; keep pathfinder if possible.
+ # This is a relatively heavy import; keep pathfinder lean if possible.
12
from subprocess import list2cmdline
13
14
return list2cmdline([s])
0 commit comments