From: Faiyaz Ahmed Date: Fri, 13 Mar 2009 19:03:22 +0000 (+0000) Subject: Change return value to be array instead of dict. aggregate.py creates dict. X-Git-Url: http://git.onelab.eu/?p=nodemanager-topo.git;a=commitdiff_plain;h=c7090be37dc8dbb73692b543e3a0a5e5a4d28d33 Change return value to be array instead of dict. aggregate.py creates dict. --- diff --git a/GetLinkSpecs.py b/GetLinkSpecs.py index 32bddda..28a367b 100755 --- a/GetLinkSpecs.py +++ b/GetLinkSpecs.py @@ -81,5 +81,5 @@ class GetLinkSpecs(GetNodeNetworks, GetNodes): 'endpoint': ifspecs, 'start_time': int(time()), 'duration': '-1'}) - return {'LinkSpec': linkspecs} + return linkspecs