mirror of
https://github.com/beetbox/beets.git
synced 2026-05-24 00:04:47 -04:00
Fiddle with whitespace
This commit is contained in:
@@ -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__))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user