mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
Teensy whitespace fix
This commit is contained in:
parent
e0ce507055
commit
719b699d00
1 changed files with 1 additions and 1 deletions
|
|
@ -769,8 +769,8 @@ def show_path_changes(path_changes):
|
|||
pad = max_width - len(source)
|
||||
log.info(u'{0} {1} -> {2}', source, ' ' * pad, dest)
|
||||
|
||||
# Helper functions for option parsing.
|
||||
|
||||
# Helper functions for option parsing.
|
||||
|
||||
def _store_dict(option, opt_str, value, parser):
|
||||
"""Custom action callback to parse options which have ``key=value``
|
||||
|
|
|
|||
Loading…
Reference in a new issue