Skip to content

Commit

Permalink
Use PNN to PSN conversion in WQE mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
khurtado authored and amaltaro committed Sep 26, 2024
1 parent 3a6beb2 commit ebfc1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def getDatasetLocationsFromMSPileup(self, datasetsWithDbsURL):
self.logger.debug(f'Retrieved MSPileup document: {doc}')
if len(currentRSEs) == 0:
self.logger.warning(f'No RSE has a copy of the desired pileup dataset. Expected RSEs: {doc["expectedRSEs"]}')
result[dataset] = doc['currentRSEs']
result[dataset] = currentRSEs
except IndexError:
self.logger.warning('Did not find any pileup document for query: %s', queryDict['query'])
result[dataset] = []
Expand Down

0 comments on commit ebfc1e9

Please sign in to comment.