From 8f75e89b89cb40ba53311816046c7f2ad4aeaade Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:16:31 -0900 Subject: [PATCH] Clarify comment on utility class methods --- setup_toshy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_toshy.py b/setup_toshy.py index aa354861..7125012f 100755 --- a/setup_toshy.py +++ b/setup_toshy.py @@ -1552,7 +1552,7 @@ def install_distro_pkgs(): ########################################################################### ### PACKAGE MANAGER DISPATCHER ########################################## ########################################################################### - # map installer sub-functions to each pkg mgr distro list + # map installer dispatcher class static methods to each pkg mgr distro list pkg_mgr_dispatch_map = { tuple(transupd_distros): PackageInstallerDispatcher.install_on_transupd_distro, tuple(rpmostree_distros): PackageInstallerDispatcher.install_on_rpmostree_distro,