fix decompression error handling
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 21 Apr 2017 13:23:49 +0000 (15:23 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit46c03c021f0e7f28452079d21645fc27993bcafb
tree27e8ee0e562c77af34247a2d6b105a1f4a92c6c8
parentc8c72fe19d5402c74355a9730e7e38c6400fadde
fix decompression error handling

This seems to be a copy&paste oversight from

    commit be60ffd0598fec172eccb69f3c6a8433af6fb643
    Author: Eduardo Robles Elvira <edulix@wadobo.com>
    Date:   Mon Nov 4 08:50:55 2013 +0100

        initial port to python 3, not finished

which added the per-compression mode exceptions but not the
actual handling code.
deltatar/tarfile.py