Skip to content

Commit 3e10d5d

Browse files
committed
badfiles: Fix beetbox#3158 by calling superclass __init__ method
1 parent be118b9 commit 3e10d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beetsplug/badfiles.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def __init__(self, cmd, oserror):
5050

5151
class BadFiles(BeetsPlugin):
5252
def __init__(self):
53+
super(BadFiles, self).__init__()
5354
self.verbose = False
5455

5556
def run_command(self, cmd):

0 commit comments

Comments
 (0)