Skip to content

Commit f48ab93

Browse files
committed
fix(TCA): all messaging done in submitRemovalRequest function
fix error when trying to access res['Value']
1 parent 165a6a5 commit f48ab93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/TransformationSystem/Agent/TransformationCleaningAgent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def cleanMetadataCatalogFiles(self, transID):
581581
return S_OK()
582582

583583
if self.cleanWithRMS:
584-
res = self.__submitRemovalRequests(fileToRemove, transID)
584+
return self.__submitRemovalRequests(fileToRemove, transID)
585585
else:
586586
# Executing with shifter proxy
587587
gConfigurationData.setOptionInCFG("/DIRAC/Security/UseServerCertificate", "false")

0 commit comments

Comments
 (0)