remove assertion fail caused by previous commit

This commit is contained in:
Pedro Silva 2013-11-17 20:52:33 +01:00
parent 9b75db8326
commit e80a6b60bb

View file

@ -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: