From 2f6b073aca2e338d5e7d9b92daa0760b63bf2027 Mon Sep 17 00:00:00 2001 From: Nicolas Turro Date: Wed, 28 Mar 2012 16:06:44 +0200 Subject: [PATCH] Method ParseJobsDetails now returns something. NT --- sfa/senslab/OARrestapi.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sfa/senslab/OARrestapi.py b/sfa/senslab/OARrestapi.py index 7799f99b..fa7e0f9e 100644 --- a/sfa/senslab/OARrestapi.py +++ b/sfa/senslab/OARrestapi.py @@ -237,9 +237,10 @@ class OARGETParser: def ParseJobsTable(self) : print "ParseJobsTable" - def ParseJobsDetails (self): - + def ParseJobsDetails (self): + # currently, this function is not used a lot, so i have no idea what be usefull to parse, returning the full json. NT print >>sys.stderr,"ParseJobsDetails %s " %(self.raw_json) + return self.raw_json def ParseJobsIds(self): -- 2.43.0