This commit is contained in:
kshea21 2025-01-07 15:14:39 -08:00 committed by Gregory Becker
parent fa088e4975
commit 5d7ba48b36
No known key found for this signature in database
GPG Key ID: 2362541F6D14ED84

View File

@ -2113,7 +2113,7 @@ def start_task(task) -> None:
"""Attempts to start a package installation."""
pkg, pkg_id, spec = task.pkg, task.pkg_id, task.pkg.spec
install_status.next_pkg(pkg)
# install_status.set_term_title(f"Processing {task.pkg.name}")
# install_status.set_term_title(f"Processing {task.pkg.name}")
tty.debug(f"Processing {pkg_id}: task={task}")
# Skip the installation if the spec is not being installed locally
@ -2163,7 +2163,7 @@ def start_task(task) -> None:
task.request.overwrite_time = time.time()
# Determine state of installation artifacts and adjust accordingly.
# install_status.set_term_title(f"Preparing {task.pkg.name}")
# install_status.set_term_title(f"Preparing {task.pkg.name}")
self._prepare_for_install(task)
# Flag an already installed package