Skip to content

Commit

Permalink
Log messages to see if block is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Sep 4, 2024
1 parent 4b6deba commit 3d32869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandaserver/daemons/scripts/datasetManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,11 @@ def run(self):
elif tmpNucleus is not None:
seList = list(tmpNucleus.allDdmEndPoints)
elif siteMapper.checkCloud(job.cloud):
_logger.debug(f"Checking cloud {job.cloud}")
# normal production jobs
if DataServiceUtils.checkJobDestinationSE(job) is None:
tmpDstID = siteMapper.getCloud(job.cloud)["dest"]
_logger.debug(f"Set tmpDstID to {tmpDstID}")
else:
tmpDstID = job.destinationSE
tmpDstSite = siteMapper.getSite(tmpDstID)
Expand Down

0 comments on commit 3d32869

Please sign in to comment.