We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7bcdf commit eb07462Copy full SHA for eb07462
src/manage/install_command.py
@@ -347,7 +347,7 @@ def print_cli_shortcuts(cmd):
347
from .installs import get_install_alias_names
348
installs = cmd.get_installs()
349
tags = getattr(cmd, "tags", None)
350
- seen = set("python.exe".casefold())
+ seen = {"python.exe".casefold()}
351
verbose = LOGGER.would_log_to_console(VERBOSE)
352
for i in installs:
353
# We need to pre-filter aliases before getting the nice names.
0 commit comments