#518: Help (trac-admin) command for products - after #475
---------------------------+--------------------------------
Reporter: olemis | Owner: rjollos
Type: enhancement | Status: review
Priority: major | Milestone: Release 6
Component: multiproduct | Version:
Resolution: | Keywords: trac-admin command
---------------------------+--------------------------------
Changes (by rjollos):
* owner: => rjollos
Comment:
Minor issue that I'll address before committing:
{{{
#!sh
Trac
[/home/user/Workspace/bh526/bloodhound/installer/bloodhound/environments/sqlite]>
product admin prod1
IndexError: tuple index out of range
06:19:52 Trac[console] ERROR: Exception in trac-admin command:
Traceback (most recent call last):
File "/home/user/Workspace/bh526/bloodhound/trac/trac/admin/console.py",
line 109, in onecmd
rv = cmd.Cmd.onecmd(self, line) or 0
File "/usr/lib/python2.7/cmd.py", line 220, in onecmd
return self.default(line)
File "/home/user/Workspace/bh526/bloodhound/trac/trac/admin/console.py",
line 285, in default
return cmd_mgr.execute_command(*args)
File "/home/user/Workspace/bh526/bloodhound/trac/trac/admin/api.py",
line 124, in execute_command
return f(*fargs)
File
"/home/user/Workspace/bh526/bloodhound/bloodhound_multiproduct/multiproduct/product_admin.py",
line 303, in _do_product_admin
if args[0] == 'help':
IndexError: tuple index out of range
Trac
[/home/user/Workspace/bh526/bloodhound/installer/bloodhound/environments/
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/518#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker