ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/SchedulerEdg.py
(Generate patch)

Comparing COMP/CRAB/python/SchedulerEdg.py (file contents):
Revision 1.23 by spiga, Tue Nov 8 13:27:11 2005 UTC vs.
Revision 1.25 by spiga, Tue Nov 8 15:09:24 2005 UTC

# Line 230 | Line 230 | class SchedulerEdg(Scheduler):
230          """
231          self.checkProxy()
232        #  id = common.jobDB.jobId(nj)
233 <        cmd = 'edg-job-get-logging-info -v 2 ' + self.configOpt_() + id
234 <        cmd_out = runCommand(cmd)
233 >        cmd = 'edg-job-get-logging-info -v 2 ' + id
234 >        cmd_out = os.popen(cmd)
235 >      #  cmd_out = runCommand(cmd)
236          return cmd_out
237  
238      def listMatch(self, nj):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines