Skip to content

Commit

Permalink
Adding lumiType otherwise re-submission is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
cinquo committed Jul 4, 2012
1 parent 9b83871 commit ca087f5
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 ca087f5

Please sign in to comment.