Skip to content

Commit

Permalink
Fix key name for dirsDeletedFail
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Aug 28, 2024
1 parent a3fc592 commit a8f91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/MicroService/MSUnmerged/MSUnmerged.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def cleanRSE(self, rse):
rse['dirs']['deletedSuccess'].add(dirLfn)
else:
self.logger.info("Directory still fails to be removed: %s", dirPfn)
rse['counters']['deletedFail'] += 1
rse['counters']['dirsDeletedFail'] += 1
rse['dirs']['deletedFail'].add(dirLfn)

# Updating the RSE counters with the newly successfully deleted files
Expand Down

0 comments on commit a8f91ee

Please sign in to comment.