Method ParseJobsDetails now returns something. NT
authorNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 28 Mar 2012 14:06:44 +0000 (16:06 +0200)
committerNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 28 Mar 2012 14:06:44 +0000 (16:06 +0200)
sfa/senslab/OARrestapi.py

index 7799f99..fa7e0f9 100644 (file)
@@ -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):