File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/DIRAC/DataManagementSystem/Agent/RequestOperations Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Date: 2013/03/25 07:44:19
5
5
########################################################################
6
6
7
- """ :mod: RemoveFile
7
+ """:mod: RemoveFile
8
8
9
- ================
9
+ ================
10
10
11
- .. module: RemoveFile
11
+ .. module: RemoveFile
12
12
13
- :synopsis: removeFile operation handler
13
+ :synopsis: removeFile operation handler
14
14
15
- .. moduleauthor:: [email protected]
15
+ .. moduleauthor:: [email protected]
16
16
17
- removeFile operation handler
17
+ removeFile operation handler
18
18
"""
19
19
# #
20
20
# @file RemoveFile.py
@@ -132,6 +132,7 @@ def __call__(self):
132
132
self .rmsMonitoringReporter .addRecord (
133
133
self .createRMSRecord ("Successful" , len (toRemoveDict ) - len (bulkRemoval ["Value" ]))
134
134
)
135
+ toRemoveDict = bulkRemoval ["Value" ]
135
136
136
137
# # 2nd step - single file removal
137
138
for lfn , opFile in toRemoveDict .items ():
You can’t perform that action at this time.
0 commit comments