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.16 by fanzago, Wed May 7 14:02:21 2008 UTC vs.
Revision 1.17 by fanzago, Thu May 8 16:32:45 2008 UTC

# Line 133 | Line 133 | class GetOutput(Actor):
133          if self.logDir != self.outDir:
134              for i_id in self.list_id:  
135                  try:
136 <                    cmd = 'mv '+str(self.outDir)+'/*'+str(i_id)+'.std* '+str(self.outDir)+'/.BrokerInfo '+str(self.outDir)+'/*.log '+str(self.logDir)
136 >                    cmd = 'mv '+str(self.outDir)+'/*'+str(i_id)+'.std* '+str(self.outDir)+'/.BrokerInfo '+str(self.logDir)
137                      cmd_out =os.system(cmd)
138                  except:
139                      msg = 'Problem with copy of job results'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines