From c9003d09d9fae45899c7d3ea8526daa114df7a7e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 12 May 2011 17:06:31 -0400 Subject: [PATCH] fix bug in sfa.plc.aggregate.get_rspec() --- sfa/plc/aggregate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sfa/plc/aggregate.py b/sfa/plc/aggregate.py index 5de3ad84..afc20d4f 100644 --- a/sfa/plc/aggregate.py +++ b/sfa/plc/aggregate.py @@ -93,6 +93,7 @@ class Aggregate: sliver = {} sliver['hostname'] = self.nodes[node_id]['hostname'] sliver['tags'] = [] + slivers.append(sliver) for tag in tags: # if tag isn't bound to a node then it applies to all slivers if not tag['node_id']: -- 2.43.0