# | 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 = {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |