Skip to content

Commit

Permalink
Merge pull request #11908 from amaltaro/fix-11620
Browse files Browse the repository at this point in the history
Fix variable name in log record; complement to #11879
  • Loading branch information
amaltaro authored Feb 21, 2024
2 parents 9593586 + d7d0f1f commit 1249c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def getDatasetLocationsFromMSPileup(self, datasetsWithDbsURL):
for dbsUrl, datasets in datasetsWithDbsURL.items():
pileUpinstance = '-testbed' if 'cmsweb-testbed' in dbsUrl else '-prod'
msPileupUrl = f'https://cmsweb{pileUpinstance}.cern.ch/ms-pileup/data/pileup'
self.logger.info(f'Will fetch {len(datasets)} from MSPileup url: {dbsUrl}')
self.logger.info(f'Will fetch {len(datasets)} from MSPileup url: {msPileupUrl}')
for dataset in datasets:
queryDict = {'query': {'pileupName': dataset},
'filters': ['expectedRSEs', 'currentRSEs', 'pileupName', 'containerFraction', 'ruleIds']}
Expand Down

0 comments on commit 1249c20

Please sign in to comment.