We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be118b9 commit 3e10d5dCopy full SHA for 3e10d5d
beetsplug/badfiles.py
@@ -50,6 +50,7 @@ def __init__(self, cmd, oserror):
50
51
class BadFiles(BeetsPlugin):
52
def __init__(self):
53
+ super(BadFiles, self).__init__()
54
self.verbose = False
55
56
def run_command(self, cmd):
0 commit comments