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

Comparing COMP/CRAB/python/GetOutput.py (file contents):
Revision 1.20 by spiga, Thu May 29 20:57:54 2008 UTC vs.
Revision 1.21 by spiga, Fri May 30 09:05:23 2008 UTC

# Line 114 | Line 114 | class GetOutput(Actor):
114                  cmd_out = runCommand(cmd)
115                  cmd_2 ='rm out_files_'+ str(id)+'.tgz'
116                  cmd_out2 = runCommand(cmd_2)
117 <                msg = 'Results of Jobs # '+str(id)+' are in '+self.outDir+'. \n'
117 >                msg = 'Results of Jobs # '+str(id)+' are in '+self.outDir
118                  common.logger.message(msg)
119              else:  
120                  msg ="Output files for job "+ str(id) +" not available.\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines