fix typo
authorMarius Mauch <genone@gentoo.org>
Fri, 2 May 2008 09:35:56 +0000 (09:35 -0000)
committerMarius 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

index ded583cd1685b10d2df04b82d428f511de747d8f..c79da90641e0cb849cc63f2b0c4489b04b6efd6f 100644 (file)
@@ -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"