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.40 by slacapra, Fri Sep 26 11:48:00 2008 UTC vs.
Revision 1.41 by slacapra, Fri Sep 26 17:05:53 2008 UTC

# Line 153 | Line 153 | class GetOutput(Actor):
153                              pass
154                          pass
155                      pass
156 <                size = (os.path.getsize(self.outDir + file))/1024 # in kB
157 <                cmd = 'tar zxvf ' + self.outDir + file + ' ' + '-C ' + self.outDir  
156 >                size = getGZSize(self.outDir + file)/1024 # in kB
157 >                cmd = 'tar zxf ' + self.outDir + file + ' ' + '-C ' + self.outDir  
158                  cmd_out = runCommand(cmd)
159                  cmd_2 ='rm ' + self.outDir + 'out_files_'+ str(id)+'.tgz'
160                  #cmd_2 ='rm out_files_'+ str(id)+'.tgz'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines