From c7090be37dc8dbb73692b543e3a0a5e5a4d28d33 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 13 Mar 2009 19:03:22 +0000 Subject: [PATCH] Change return value to be array instead of dict. aggregate.py creates dict. --- GetLinkSpecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0