From 9597a900e7a985f6bd4f1990fb1214137e436aa3 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 20 May 2015 21:42:08 -0700 Subject: [PATCH] Changelog whitespace & expansion --- beets/ui/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index 851c7b32c..fd09a9a06 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -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