X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=geni%2Fslicemgr.py;h=605daf98a9788bd9a0646bec69d8e1841372052a;hb=aa35dd75a012b458da9a9b06ebc17bdf5a7f4a9c;hp=7448b58f5ad6cc4680df8d5cee7401b793f498e3;hpb=bd2afb5e4dceedea1ed52ca000a534e659d32dd6;p=sfa.git diff --git a/geni/slicemgr.py b/geni/slicemgr.py index 7448b58f..605daf98 100644 --- a/geni/slicemgr.py +++ b/geni/slicemgr.py @@ -285,7 +285,7 @@ class SliceMgr(GeniServer): # check if the slice has resources at this hrn slice_resources = self.aggregates[hrn].get_resources(self.credential, slice_hrn) rspec.parseString(slice_resources) - networks.extend({'NetSpec': rspec.getDictsByTagName('NetSpec')}) + networks.extend([{'NetSpec': rspec.getDictsByTagName('NetSpec')}]) # merge all these rspecs into one start_time = int(datetime.datetime.now().strftime("%s"))