Skip to content

Commit

Permalink
fix (FTS3Agent): fix wrong return type
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Oct 18, 2024
1 parent 56268a1 commit bb2cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/DataManagementSystem/Agent/FTS3Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def _treatOperation(self, operation):
scope=["fts"],
)
if not res["OK"]:
return res
return operation, res

fts_access_token = res["Value"]["access_token"]

Expand Down

0 comments on commit bb2cd00

Please sign in to comment.