Skip to content
Snippets Groups Projects
Commit 684faec9 authored by Philippe Charpentier's avatar Philippe Charpentier
Browse files

allow individual files to be used for trigger rate

parent beb4c84e
No related branches found
No related tags found
No related merge requests found
......@@ -894,7 +894,7 @@ def executeGetStats( dmScript ):
else:
prodList = [None]
fileType = None
if fileType != ['RAW'] and triggerRate:
if triggerRate and fileType != ['RAW'] and not [lfn for lfn in lfns if '.raw' in lfn]:
gLogger.notice( 'TriggerRate option ignored as not looking for RAW files' )
triggerRate = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment