Modify

Ticket #570 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

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

comment:1 Changed 15 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.6 Release

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.

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.