badfiles: Fix #3158 by calling superclass __init__ method

This commit is contained in:
Jan Holthuis 2019-02-21 12:40:54 +01:00
parent be118b922a
commit 3e10d5d39f

View file

@ -50,6 +50,7 @@ class CheckerCommandException(Exception):
class BadFiles(BeetsPlugin):
def __init__(self):
super(BadFiles, self).__init__()
self.verbose = False
def run_command(self, cmd):