Skip to content

Commit

Permalink
Merge pull request #12204 from amaltaro/fix-11681
Browse files Browse the repository at this point in the history
Fix WorkQueue broken reference to rejectedWork and badWork
  • Loading branch information
amaltaro authored Dec 16, 2024
2 parents 46c3009 + d0b6d7d commit 2af7de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/WorkQueue/WorkQueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def _splitWork(self, wmspec, data=None, mask=None, inbound=None, continuous=Fals
if not rucioObj:
rucioObj = self.rucio

totalUnits = []
totalUnits, rejectedWork, badWork = [], [], []
# split each top level task into constituent work elements
# get the acdc server and db name
for topLevelTask in wmspec.taskIterator():
Expand Down

0 comments on commit 2af7de5

Please sign in to comment.