Skip to content

Commit 86f772c

Browse files
committed
Satisfy the requirement of pre-commit
1 parent 0c41cfc commit 86f772c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup_tools/stubgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def create_build_lib_symlink(build_lib):
345345
return
346346
build_dir = os.path.dirname(build_lib) # "build"
347347
link_path = os.path.join(build_dir, "lib.current")
348-
target = os.path.basename(build_lib) # "lib.linux-x86_64-cpython-312"
348+
target = os.path.basename(build_lib) # "lib.linux-x86_64-cpython-312"
349349

350350
# Remove existing link/file/dir
351351
if os.path.islink(link_path):

0 commit comments

Comments
 (0)