mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
graph-depends: correct is_dep() comment
The uncached variant is called is_dep_uncached(), not is_dep_full(). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5ed60cee1e
commit
f62ce058be
@ -270,7 +270,7 @@ def is_dep_uncached(pkg,pkg2,deps):
|
|||||||
pass
|
pass
|
||||||
return False
|
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):
|
def is_dep(pkg,pkg2,deps):
|
||||||
try:
|
try:
|
||||||
return is_dep_cache_lookup(pkg, pkg2)
|
return is_dep_cache_lookup(pkg, pkg2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user