mirror of
https://github.com/beetbox/beets.git
synced 2026-02-20 06:14:22 +01:00
Changelog whitespace & expansion
This commit is contained in:
parent
061f0f71bf
commit
9597a900e7
1 changed files with 4 additions and 3 deletions
|
|
@ -616,10 +616,11 @@ def show_model_changes(new, old=None, fields=None, always=False):
|
|||
|
||||
|
||||
def show_path_changes(path_changes):
|
||||
""" Given a list of tuples (source, destination) that indicate the path
|
||||
changes, the changes are shown. Output is guaranteed to be unicode.
|
||||
"""Given a list of tuples (source, destination) that indicate the
|
||||
path changes, log the changes as INFO-level output to the beets log.
|
||||
The output is guaranteed to be unicode.
|
||||
|
||||
Every tuple is shown on a single line if the terminal width permits it,
|
||||
Every pair is shown on a single line if the terminal width permits it,
|
||||
else it is split over two lines. E.g.,
|
||||
|
||||
Source -> Destination
|
||||
|
|
|
|||
Loading…
Reference in a new issue