projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584edcc
)
Fix "NameError: global name 'myfilelist' is not defined" when collision-protect is...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Feb 2007 20:54:17 +0000
(20:54 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 22 Feb 2007 20:54:17 +0000
(20:54 -0000)
svn path=/main/trunk/; revision=6038
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index ed08dbfd6e851689503b929049c745a1c406caa6..ec4c2db33f5b68773e9e1ec289044b5c55f3aab8 100644
(file)
--- 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(my
filelist
))+" files for package collisions"
- for f in my
filelist
:
+ print green("*")+" checking "+str(len(my
contents
))+" files for package collisions"
+ for f in my
contents
:
nocheck = False
# listdir isn't intelligent enough to exclude symlinked dirs,
# so we have to do it ourself