mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 07:34:28 +01:00
info: revert human_length changes 2
* Remove human_length parameter from print_data()
This commit is contained in:
parent
83279ebe5b
commit
ca63311101
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue