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.8 by spiga, Tue Apr 8 08:07:38 2008 UTC vs.
Revision 1.9 by spiga, Wed Apr 9 07:52:58 2008 UTC

# Line 110 | Line 110 | class GetOutput(Actor):
110                  cmd = 'tar zxvf '+file
111                  cmd_out = runCommand(cmd)
112                  cmd_2 ='rm out_files_'+ str(id)+'.tgz'
113 <               # cmd_out2 = runCommand(cmd_2)
113 >                cmd_out2 = runCommand(cmd_2)
114              else:  
115                  msg ="Output files for job "+ str(id) +" not available.\n"
116                  common.logger.message(msg)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines