From 3b6804571e7a8fa2be63135c6151979a87d263f2 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 2 Jul 2008 15:53:04 +0000 Subject: Fix typo in SGenshi encoding patch git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4746 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/SGenshi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server') diff --git a/src/lib/Server/Plugins/SGenshi.py b/src/lib/Server/Plugins/SGenshi.py index 3a98d79fa..4fa95ff4e 100644 --- a/src/lib/Server/Plugins/SGenshi.py +++ b/src/lib/Server/Plugins/SGenshi.py @@ -24,7 +24,7 @@ class SGenshiEntrySet(Bcfg2.Server.Plugin.EntrySet): except: properties = Bcfg2.Server.Plugin.FakeProperties() - Bcfg2.Server.Plugin.EntrySet.__init__(self, fpattern, path, properties + Bcfg2.Server.Plugin.EntrySet.__init__(self, fpattern, path, properties, SGenshiTemplateFile, encoding) fam.AddMonitor(path, self) -- cgit v1.2.3-1-g7c22