Commit f62ce058 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

graph-depends: correct is_dep() comment



The uncached variant is called is_dep_uncached(), not is_dep_full().

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 5ed60cee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ def is_dep_uncached(pkg,pkg2,deps):
        pass
    return False

# See is_dep_full() above; this is the cached version.
# See is_dep_uncached() above; this is the cached version.
def is_dep(pkg,pkg2,deps):
    try:
        return is_dep_cache_lookup(pkg, pkg2)