Edit command not working under package

Bug #621441 reported by Shawn Sherwood
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bombardier
New
Undecided
Unassigned

Bug Description

At the level of a certain package (see below), the command edit should turn into "edit package OpenVpn"

This is not working. Entering "edit package openvpn" at the root level works, so it just a string building problem.

( package OpenVpn )> edit
 %% Error detected in edit (cmd() takes exactly 2 arguments (3 given)).
||>>>Traceback (most recent call last):
||>>> File "/usr/local/lib/python2.6/dist-packages/bombardier_cli/Slash.py", line 112, in process_command
||>>> status, output = self.run(command_line)
||>>> File "/usr/local/lib/python2.6/dist-packages/bombardier_cli/Slash.py", line 79, in run
||>>> return_value = owner.cmd(command_line)
||>>> File "/usr/local/lib/python2.6/dist-packages/bombardier_cli/Package.py", line 108, in cmd
||>>> return Edit.Package().cmd(["edit", "package", package_name], 0)
||>>>TypeError: cmd() takes exactly 2 arguments (3 given)
||>>>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.