Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7827 from aldbr/v9.0_FIX_SandboxStore-sb…
Browse files Browse the repository at this point in the history
…Path

fix(WMS): SandboxStore not able to assign a sandbox to a job
  • Loading branch information
chrisburr authored Oct 11, 2024
2 parents c293d32 + b3a2a35 commit 9649fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _getFromClient(self, fileId, token, fileSize, fileHelper=None, data=""):
gLogger.info("Sandbox already exists. Skipping upload")
if fileHelper:
fileHelper.markAsTransferred()
sbURL = f"SB:{self.__localSEName}|sbPath"
sbURL = f"SB:{self.__localSEName}|{sbPath}"
assignTo = {key: [(sbURL, assignTo[key])] for key in assignTo}
result = self.export_assignSandboxesToEntities(assignTo)
if not result["OK"]:
Expand Down

0 comments on commit 9649fa8

Please sign in to comment.