Skip to content

Commit

Permalink
filterUnmergedFiles method no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Aug 21, 2024
1 parent c6e2a24 commit 0e3e4ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/WMCore/MicroService/MSUnmerged/MSUnmerged.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def __init__(self, msConfig, logger=None):
Functor(self.updateRSETimestamps, start=True, end=False),
Functor(self.consRecordAge),
Functor(self.getUnmergedFiles),
Functor(self.filterUnmergedFiles),
Functor(self.getPfn),
Functor(self.cleanRSE),
Functor(self.updateServiceCounters),
Expand Down

0 comments on commit 0e3e4ee

Please sign in to comment.