mirror of
https://github.com/beetbox/beets.git
synced 2026-02-05 23:14:07 +01:00
ImporterSession.tag_log(): improve docstring
This commit is contained in:
parent
621ea60af4
commit
cce0a5d81f
1 changed files with 2 additions and 2 deletions
|
|
@ -234,8 +234,8 @@ class ImportSession(object):
|
|||
self.want_resume = config['resume'].as_choice([True, False, 'ask'])
|
||||
|
||||
def tag_log(self, status, paths):
|
||||
"""Log a message about a given album to the log file. The status should
|
||||
reflect the reason the album couldn't be tagged.
|
||||
"""Log a message about a given album to the importer log. The status
|
||||
should reflect the reason the album couldn't be tagged.
|
||||
"""
|
||||
self.logger.info(u'{0} {1}', status, displayable_path(paths))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue