]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Nov 2021 17:53:37 +0000 (09:53 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 17:53:37 +0000 (17:53 +0000)
PC/launcher.c

index 106fc660755f7e98cf51fa91e100224e1009e6da..11249d7ec78ae310cf0049bf881692836658410a 100644 (file)
@@ -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",