contrib: fix object listing when tomonitore is not set
This commit is contained in:
parent
338ed45992
commit
60c551ae29
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue