Skip to content

Commit

Permalink
Remove files from mongoProjection
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Feb 10, 2022
1 parent 5f80a8a commit 8283318
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 8283318

Please sign in to comment.