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

Comparing COMP/CRAB/python/Splitter.py (file contents):
Revision 1.6 by spiga, Mon Feb 9 22:42:51 2009 UTC vs.
Revision 1.7 by spiga, Wed Feb 11 22:13:03 2009 UTC

# Line 489 | Line 489 | class JobSplitter:
489                      args.append('1')
490                  else:
491                      args.append(str(i*self.eventsPerJob))
492 +            args.append(str(self.eventsPerJob))
493              self.list_of_args.append(args)
494         # prepare dict output
495          dictOut = {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines