Modify ↓
Ticket #555 (closed defect: fixed)
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:2 Changed 15 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Fixed in [c7b41b673e27be7ed0f5abf4859aacdfba77a6be] (SVN r4654)
Note: See
TracTickets for help on using
tickets.