Skip to content

Commit

Permalink
fix(TCA): all messaging done in submitRemovalRequest function
Browse files Browse the repository at this point in the history
fix error when trying to access res['Value']
  • Loading branch information
andresailer committed Oct 12, 2023
1 parent 165a6a5 commit f48ab93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def cleanMetadataCatalogFiles(self, transID):
return S_OK()

if self.cleanWithRMS:
res = self.__submitRemovalRequests(fileToRemove, transID)
return self.__submitRemovalRequests(fileToRemove, transID)
else:
# Executing with shifter proxy
gConfigurationData.setOptionInCFG("/DIRAC/Security/UseServerCertificate", "false")
Expand Down

0 comments on commit f48ab93

Please sign in to comment.