projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2102f18
)
fix typo
author
Marius Mauch
<genone@gentoo.org>
Fri, 2 May 2008 09:35:56 +0000
(09:35 -0000)
committer
Marius Mauch
<genone@gentoo.org>
Fri, 2 May 2008 09:35:56 +0000
(09:35 -0000)
svn path=/main/trunk/; revision=10083
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index ded583cd1685b10d2df04b82d428f511de747d8f..c79da90641e0cb849cc63f2b0c4489b04b6efd6f 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1313,7
+1313,7
@@
class dblink(object):
unlink_list.append(f)
for obj in unlink_list:
try:
- if os.path.islink(
f
):
+ if os.path.islink(
obj
):
obj_type = "sym"
else:
obj_type = "obj"