File tree Expand file tree Collapse file tree
src/DIRAC/DataManagementSystem/Agent/RequestOperations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Date: 2013/03/25 07:44:19
55########################################################################
66
7- """ :mod: RemoveFile
7+ """:mod: RemoveFile
88
9- ================
9+ ================
1010
11- .. module: RemoveFile
11+ .. module: RemoveFile
1212
13- :synopsis: removeFile operation handler
13+ :synopsis: removeFile operation handler
1414
15- .. moduleauthor:: Krzysztof.Ciba@NOSPAMgmail.com
15+ .. moduleauthor:: Krzysztof.Ciba@NOSPAMgmail.com
1616
17- removeFile operation handler
17+ removeFile operation handler
1818"""
1919# #
2020# @file RemoveFile.py
@@ -132,6 +132,7 @@ def __call__(self):
132132 self .rmsMonitoringReporter .addRecord (
133133 self .createRMSRecord ("Successful" , len (toRemoveDict ) - len (bulkRemoval ["Value" ]))
134134 )
135+ toRemoveDict = bulkRemoval ["Value" ]
135136
136137 # # 2nd step - single file removal
137138 for lfn , opFile in toRemoveDict .items ():
You can’t perform that action at this time.
0 commit comments