From 49b1fddbbd961889b2048437c22fa819c1da17df Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 20 Nov 2021 18:18:49 +0000 Subject: added comment --- src/verbs/install.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/verbs') diff --git a/src/verbs/install.py b/src/verbs/install.py index 0847b1d..2026ab4 100644 --- a/src/verbs/install.py +++ b/src/verbs/install.py @@ -131,6 +131,7 @@ def find_all_dependencies(package_names, options, config): return all_deps def is_installed(package_name, config): + # TODO only check that the requested checksum is installed.. if not then its a new update or something # TODO actually find out if its installed return False -- cgit v1.2.1