Skip to content

Commit

Permalink
result->retVal
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Oct 23, 2024
1 parent ad93ad5 commit e4a54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Core/DISET/private/Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def _processProposal(self, trid, proposalTuple, handlerObj):
# Notify the client we're ready to execute the action
retVal = self._transportPool.send(trid, S_OK())
if not retVal["OK"]:
result["closeTransport"] = True
retVal["closeTransport"] = True
return retVal

messageConnection = False
Expand Down

0 comments on commit e4a54be

Please sign in to comment.