There was an error while loading. Please reload this page.
1 parent 0c41cfc commit 86f772cCopy full SHA for 86f772c
1 file changed
python/setup_tools/stubgen.py
@@ -345,7 +345,7 @@ def create_build_lib_symlink(build_lib):
345
return
346
build_dir = os.path.dirname(build_lib) # "build"
347
link_path = os.path.join(build_dir, "lib.current")
348
- target = os.path.basename(build_lib) # "lib.linux-x86_64-cpython-312"
+ target = os.path.basename(build_lib) # "lib.linux-x86_64-cpython-312"
349
350
# Remove existing link/file/dir
351
if os.path.islink(link_path):
0 commit comments