contrib: fix object listing when tomonitore is not set

This commit is contained in:
Florent 2015-07-03 08:00:07 +02:00
commit 60c551ae29

View file

@ -298,7 +298,7 @@ class GenericMuninPlugin(object):
for id in d:
objects.append(d[id])
else:
objects = reversed([a for b, a in self.build_do()])
objects = reversed([a for a in self.build_do()])
first = True
for result in objects: