Comment 4 for bug 875676

Revision history for this message
Georg Schölly (georg-schoelly) wrote :

The error gets thrown in the file /usr/bin/duplicity on line 960

class SrcIter:
    ...
    def next(self, size):
        try:
--> res = Block(self.fileobj.read(size))
        except Exception:

I've attached the failing gzip file. Ungzipping it on the command line gives an EOF error.