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

Comparing COMP/CRAB/python/SchedulerEdg.py (file contents):
Revision 1.103 by slacapra, Wed Oct 25 15:40:37 2006 UTC vs.
Revision 1.104 by slacapra, Wed Oct 25 17:53:51 2006 UTC

# Line 834 | Line 834 | class SchedulerEdg(Scheduler):
834          INDY
835          something similar should be also done for infiles (if it makes sense!)
836          """
837 +        # Stuff to be returned _always_ via sandbox
838 +        for fl in jbt.output_file_sandbox:
839 +            out_box = out_box + '' + jbt.numberFile_(fl, '_ITR1_') + ','
840 +            pass
841 +        pass
842 +
843 +        # via sandbox iif required return_data
844          if int(self.return_data) == 1:
845              for fl in jbt.output_file:
846                  out_box = out_box + '' + jbt.numberFile_(fl, '_ITR1_') + ','

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines