mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
remove assertion fail caused by previous commit
This commit is contained in:
parent
9b75db8326
commit
e80a6b60bb
1 changed files with 1 additions and 2 deletions
|
|
@ -709,8 +709,7 @@ def vararg_callback(option, opt_str, value, parser):
|
|||
Details:
|
||||
http://docs.python.org/2/library/optparse.html#callback-example-6-variable-arguments
|
||||
"""
|
||||
assert value is None
|
||||
value = []
|
||||
value = [value]
|
||||
|
||||
def floatable(str):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue