Skip to content

Commit

Permalink
fix: credDict does not necessarly have a VO
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Feb 29, 2024
1 parent ae56101 commit 2c14e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _getFromClient(self, fileId, token, fileSize, fileHelper=None, data=""):
result = self.sandboxDB.registerAndGetSandbox(
credDict["username"],
credDict["group"],
credDict["VO"],
credDict.get("VO", "unknown"),
self.__localSEName,
sbPath,
fSize,
Expand Down

0 comments on commit 2c14e65

Please sign in to comment.