mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849)
This commit is contained in:
parent
efe2a2306b
commit
af39cfa6ca
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits,
|
|||
}
|
||||
else if (attrs & FILE_ATTRIBUTE_DIRECTORY) {
|
||||
debug(L"locate_pythons_for_key: '%ls' is a directory\n",
|
||||
ip->executable, attrs);
|
||||
ip->executable);
|
||||
}
|
||||
else if (find_existing_python(ip->executable)) {
|
||||
debug(L"locate_pythons_for_key: %ls: already found\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue