Modify ↓
Ticket #726 (closed defect: fixed)
In Packages.py, ret['component'] is not a valid key
Reported by: | David Strauss <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | critical | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
The Packages plugin goes into backtrace over this:
if ret['component'] == []: ret['component'] = ['placeholder']
Attachments
Change History
comment:1 Changed 14 years ago by David Strauss <[email protected]…>
comment:2 Changed 14 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
It was a typo. Fixed in [0ad0afb0c17a8f833e21ffed6a0c81a3f213eed2] (SVN r5426)
Note: See
TracTickets for help on using
tickets.
This could possibly be a result of substituting in trunk's Packages.py into a 1.0pre5 system.