summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/SGenshi.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2008-07-02 15:53:04 +0000
committerNarayan Desai <desai@mcs.anl.gov>2008-07-02 15:53:04 +0000
commit3b6804571e7a8fa2be63135c6151979a87d263f2 (patch)
tree661399ab8c8aee9191b7d3262626d5bce25f374a /src/lib/Server/Plugins/SGenshi.py
parentb3991df79b0bdf25465de1f1b49f910d7f952258 (diff)
downloadbcfg2-3b6804571e7a8fa2be63135c6151979a87d263f2.tar.gz
bcfg2-3b6804571e7a8fa2be63135c6151979a87d263f2.tar.bz2
bcfg2-3b6804571e7a8fa2be63135c6151979a87d263f2.zip
Fix typo in SGenshi encoding patch
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4746 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/SGenshi.py')
-rw-r--r--src/lib/Server/Plugins/SGenshi.py2
1 files changed, 1 insertions, 1 deletions
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)