From ca63311101ed1bef5253375d90ecce493df1d78c Mon Sep 17 00:00:00 2001 From: Diego Moreda Date: Wed, 25 Nov 2015 17:36:51 +0100 Subject: [PATCH] info: revert human_length changes 2 * Remove human_length parameter from print_data() --- beetsplug/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/info.py b/beetsplug/info.py index 854a2441b..f13434a5b 100644 --- a/beetsplug/info.py +++ b/beetsplug/info.py @@ -84,7 +84,7 @@ def update_summary(summary, tags): return summary -def print_data(data, fmt=None, human_length=True): +def print_data(data, fmt=None): """Print, with optional formatting, the fields of a single item. If no format string `fmt` is passed, the entries on `data` are printed one