mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removes unused format string insertion in launcher.c.
This commit is contained in:
commit
6dd20c2d52
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ directory\n",
|
|||
}
|
||||
else if (find_existing_python(ip->executable)) {
|
||||
debug(L"locate_pythons_for_key: %ls: already \
|
||||
found: %ls\n", ip->executable);
|
||||
found\n", ip->executable);
|
||||
}
|
||||
else {
|
||||
/* check the executable type. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue