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.24 by fanzago, Tue Nov 8 14:34:35 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
233 >        cmd = 'edg-job-get-logging-info -v 2 ' + id
234          cmd_out = runCommand(cmd)
235 +        print cmd_out
236          return cmd_out
237  
238      def listMatch(self, nj):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines