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

Comparing COMP/CRAB/python/ScriptWriter.py (file contents):
Revision 1.17 by mcinquil, Fri Nov 30 17:38:21 2007 UTC vs.
Revision 1.18 by mcinquil, Tue Dec 4 18:43:55 2007 UTC

# Line 35 | Line 35 | class ScriptWriter:
35          self.nj = -1     # current job number
36  
37          self.output_troncate_flag = output_troncate_flag
38
38          return
39  
40      def setAction(self, pattern, action):
# Line 168 | Line 167 | class ScriptWriter:
167          """
168          txt = "\n"
169          if self.output_troncate_flag == 1:
170 <            limit = 55000000 ##105 MB
170 >            limit = 55000000 ##52 MB
171              jbt = common.job_list.type()
172              txt = jbt.checkOut(limit)
173          return txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines