Skip to content

Commit

Permalink
Merge pull request cms-sw#21 from cinquo/dev/monitoring
Browse files Browse the repository at this point in the history
Dev/monitoring
  • Loading branch information
ticoann committed Jul 5, 2012
2 parents 9b83871 + ca087f5 commit d88975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/WMCore/WorkQueue/Policy/Start/ResubmitBlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def __init__(self, **args):
StartPolicyInterface.__init__(self, **args)
self.args.setdefault('SliceType', 'NumberOfFiles')
self.args.setdefault('SliceSize', 1)
self.lumiType = "NumberOfLumis"

def split(self):
"""Apply policy to spec"""
Expand Down

0 comments on commit d88975f

Please sign in to comment.