Skip to content

Commit

Permalink
Merge pull request #10987 from todor-ivanov/bigfix_MSUnmerged_BrokenR…
Browse files Browse the repository at this point in the history
…eadFilters_fix-10978

Remove files from mongoProjection
  • Loading branch information
amaltaro authored Feb 10, 2022
2 parents 5f80a8a + 8283318 commit f80d3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/WMCore/MicroService/MSUnmerged/MSUnmergedRSE.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def buildMongoProjection(self, fullRSEToDB=False):
"isClean" : True,
"timestamps": True,
"counters": True,
"files": False,
"dirs": True}
if fullRSEToDB:
mongoProjection.update({"files": True})
Expand Down

0 comments on commit f80d3ac

Please sign in to comment.