4109: Command line arguments for tools ignored
svn: r16836
This commit is contained in:
parent
62d1419a83
commit
36b418ec65
@ -259,7 +259,7 @@ def cli_tool(dbstate, name,category,tool_class, options_class, options_str_dict)
|
||||
|
||||
# run tool
|
||||
try:
|
||||
tool_class(dbstate,None, options_class, name,None)
|
||||
tool_class(dbstate, None, clt.option_class, name, None)
|
||||
except:
|
||||
log.error("Failed to start tool.", exc_info=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user