mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
parent
5a0a97c7e0
commit
2fac1567ec
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class MusicBrainzAPIError(util.HumanReadableException):
|
|||
super(MusicBrainzAPIError, self).__init__(reason, verb, tb)
|
||||
|
||||
def get_message(self):
|
||||
return u'"{0}" in {1} with query {2}'.format(
|
||||
return u'{0} in {1} with query {2}'.format(
|
||||
self._reasonstr(), self.verb, repr(self.query)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue