Skip to content
Snippets Groups Projects
Commit fa9177cb authored by Marko Petric's avatar Marko Petric Committed by LHCbDIRAC Bot
Browse files

Merge branch 'master-PhC-210505' into 'master'

[master] Fix TS option name

See merge request lhcb-dirac/LHCbDIRAC!995

(cherry picked from commit 09b72763)

13326be3 fix option
dcc3e861 add compat with ganga for BK path
parent 28b20ae7
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,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")
......
......@@ -90,7 +90,7 @@ class BookkeepingWatchAgent(AgentModule, TransformationAgentsUtilities):
self.pickleFile = os.path.join(self.am_getWorkDirectory(), self.pickleFile)
self.chunkSize = self.am_getOption('maxFilesPerChunk', self.chunkSize)
self.pluginsWithRunInfo = Operations().getValue('TransformationPlugins/pluginsWithRunInfo',
self.pluginsWithRunInfo = Operations().getValue('TransformationPlugins/PluginsWithRunInfo',
self.pluginsWithRunInfo)
self._logInfo('Full Update Period: %d seconds' % self.fullUpdatePeriod)
......
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