From: Anil-Kumar Vengalil Date: Tue, 12 Jan 2010 18:03:28 +0000 (+0000) Subject: we return the rspec object, otherwise the subsequent rspec.filter fails X-Git-Tag: sfa-0.9-9~22 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=62ca655ce1c1ec97ffd3554fe65c814d652224f2 we return the rspec object, otherwise the subsequent rspec.filter fails --- 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