Skip to next directory after one has been removed in unmerge().
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:08:22 +0000 (09:08 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sun, 25 Dec 2005 09:08:22 +0000 (09:08 -0000)
svn path=/main/trunk/; revision=2459

pym/portage.py

index 854901956dc3fc5e675015faeb35591e8f60f1eb..f451c466b5cbdc1654eccad98a30c86be86a35d7 100644 (file)
@@ -5749,6 +5749,7 @@ class dblink:
                                                os.rmdir(obj)
                                                print "<<<       ","dir",obj
                                                last_non_empty = ""
+                                               continue
                                        except (OSError,IOError),e:
                                                #immutable?
                                                pass