From 62ca655ce1c1ec97ffd3554fe65c814d652224f2 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 12 Jan 2010 18:03:28 +0000 Subject: [PATCH] we return the rspec object, otherwise the subsequent rspec.filter fails --- sfa/plc/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/nodes.py b/sfa/plc/nodes.py index fae8132d..75e2e223 100644 --- a/sfa/plc/nodes.py +++ b/sfa/plc/nodes.py @@ -259,5 +259,5 @@ class Nodes(SimpleStorage): # convert the rspec dict to xml rspec = RSpec() rspec.parseDict(resourceDict) - return rspec.toxml() + return rspec -- 2.43.0