Make pylint happy ♥ qubes.storage.lvm

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-09-02 20:16:03 +02:00
parent 355ea0c2a8
commit e4433f9a65
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -232,7 +232,7 @@ class ThinPool(qubes.storage.Pool):
try:
cmd = ['remove', volume._vid_snap]
qubes_lvm(cmd, self.log)
except:
except: # pylint: disable=bare-except
pass
if volume.source is None: