Comment 1 for bug 1338987

Revision history for this message
Alexis NICOLAS (galeanthrope) wrote :

On the file "/usr/bin/cover-thumbnailer" line 526 replace :

if self.thumb != None:

By :

if self.thumb is not None: