Fix printing of categories

This commit is contained in:
Florent 2014-10-08 14:52:45 +02:00
commit dea6f1cf76

View file

@ -276,7 +276,7 @@ class GenericMuninPlugin(object):
self.weboob.load_backends(self.capa)
self.write_output('graph_title %s' % self.title.encode('iso-8859-15'))
self.write_output('graph_vlabel %s' % self.vlabel.encode('iso-8859-15'))
self.write_output('graph_category %s') % self.category
self.write_output('graph_category %s' % self.category)
self.write_output('graph_args --rigid')
if self.cumulate:
self.write_output('graph_total Total')