diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index ed08dbfd6..ec4c2db33 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1286,8 +1286,8 @@ class dblink(object): collisions = [] - print green("*")+" checking "+str(len(myfilelist))+" files for package collisions" - for f in myfilelist: + print green("*")+" checking "+str(len(mycontents))+" files for package collisions" + for f in mycontents: nocheck = False # listdir isn't intelligent enough to exclude symlinked dirs, # so we have to do it ourself |