Fix printing of categories
This commit is contained in:
parent
d73c6b2245
commit
dea6f1cf76
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ class GenericMuninPlugin(object):
|
||||||
self.weboob.load_backends(self.capa)
|
self.weboob.load_backends(self.capa)
|
||||||
self.write_output('graph_title %s' % self.title.encode('iso-8859-15'))
|
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_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')
|
self.write_output('graph_args --rigid')
|
||||||
if self.cumulate:
|
if self.cumulate:
|
||||||
self.write_output('graph_total Total')
|
self.write_output('graph_total Total')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue