Dan Willemsen eceeb1b1f5 Support broken symlinks when cleaning obsolete paths
When there's a symlink to a directory, os.walk still lists the symlink
in dirs, even if it isn't configured to follow symlinks. This will fail
the listdirs check if the symlink is broken (either before or during the
cleanup). So instead, check for directory symlinks and remove them using
os.remove.

Bug: Issue 231
Change-Id: I0ec45a26be566613a4a39bf694a3d9c6328481c2
2016-09-27 03:05:11 +00:00
..
2013-04-18 21:35:49 +05:30
2014-10-17 15:45:57 -04:00
2015-10-07 15:43:22 -07:00
2012-11-14 12:09:38 +09:00
2016-08-15 09:51:48 +09:00
2013-04-18 21:35:49 +05:30
2012-09-18 09:54:57 +02:00
2015-04-04 21:21:49 +01:00