delete(): Don't crash on removing symlinks to directories
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 15 Jun 2016 06:42:02 +0000 (08:42 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 15 Jun 2016 06:42:02 +0000 (08:42 +0200)
commit561bc39f03aea6cd04200a9b9bb7c5ffd75aa900
treeb58137b1facd70a68fd0ec76eec3cdb45a85c7af
parentd4a05db653ce58dfe9ad8780851f2813a005479a
delete(): Don't crash on removing symlinks to directories

shutil.rmtree() will refuse to follow symlinks.
-> just call os.unlink() for symlinks.
deltatar/deltatar.py