Modify ↓
Ticket #570 (closed defect: fixed)
Typo in Server/Plugins/Base.py?
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | |
Keywords: | typo | Cc: |
Description
I think there might be a typo in Server/Plugins/Base?.py. It exists in 0.9.5.7, and appears to still exist in trunk
def init(self, core, datastore):
Bcfg2.Server.Plugin.Plugin.init(self, core, datastore)
- self.fragements = {}
+ self.fragments = {}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
You're right, this is a typo and in 0.9.6 it is actually dead code. Committed in [94a8aae44457c90e1fcba8f2d8180d0b1326a54a] (SVN r4733). Thanks for the report.