mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-26 01:23:58 +00:00
File._load(): makes proto matches subclass definitions, add filename parameter
This commit is contained in:
@@ -144,7 +144,7 @@ class File(QtCore.QObject, Item):
|
||||
def has_error(self):
|
||||
return self.state == File.ERROR
|
||||
|
||||
def _load(self):
|
||||
def _load(self, filename):
|
||||
"""Load metadata from the file."""
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user