mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 10:32:34 +01:00
Fiddle with whitespace
This commit is contained in:
parent
7c30f56271
commit
ad1bab63ed
1 changed files with 2 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ class Model(object):
|
|||
"""
|
||||
if not self._db:
|
||||
raise ValueError(
|
||||
u'{0} has no database'.format(type(self).__name__))
|
||||
u'{0} has no database'.format(type(self).__name__)
|
||||
)
|
||||
if need_id and not self.id:
|
||||
raise ValueError(u'{0} has no id'.format(type(self).__name__))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue