* src/ArgHandler.py (cl_action): Properly call CLI tool.

* src/plugins/DumpGenderStats.py (__init__): Fix CLI mode.
	* src/PluginUtils/_Tool.py (cli_tool): Fix CLI tools.


svn: r7741
This commit is contained in:
Alex Roitman
2006-12-01 15:48:25 +00:00
parent 685c655b80
commit 4987b9b9b4
5 changed files with 12 additions and 7 deletions

View File

@@ -674,7 +674,7 @@ class ArgHandler:
category = item[1]
tool_class = item[2]
options_class = item[3]
Tool.cli_tool(self.state.db,name,category,
Tool.cli_tool(self.state,name,category,
tool_class,options_class,options_str_dict)
return