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

add compat with ganga for BK path

parent 13326be3
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ class BKQuery():
if len(url) == 1:
bkPath = url[0]
else:
if url[0] == 'evt':
if url[0] in ('evt', 'evt+std'):
bkFields = ("ConfigName", "ConfigVersion",
"EventType", "ConditionDescription",
"ProcessingPass", "FileType")
......
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