Modify

Ticket #555 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

bcfg2 traceback if argument specified for bcfg2

Reported by: gogolok Owned by: desai
Priority: blocker Milestone: Bcfg2 0.9.6 Release
Component: bcfg2-client Version:
Keywords: Cc: [email protected]

Description

$ bcfg2 dd
Bcfg2 takes no arguments, only options
Traceback (most recent call last):
  File "/home/gogo/PREFIX/bin//bcfg2", line 399, in <module>
    client = Client()
  File "/home/gogo/PREFIX/bin//bcfg2", line 126, in __init__
    print self.setup.buildHelpMessage()
  File "/home/gogo/PREFIX//lib/python2.5/site-packages/Bcfg2/Options.py", line 124, in buildHelpMessage
    return ''.join([opt.buildHelpMessage() for opt in self.values()])
AttributeError: 'bool' object has no attribute 'buildHelpMessage'

Attachments

Change History

comment:1 Changed 15 years ago by anonymous

comment:2 Changed 15 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.