Skip to content
Snippets Groups Projects
Commit 1970160e authored by Marko Petric's avatar Marko Petric
Browse files

Merge branch 'cherry-pick-2-09b72763-devel' into 'devel'

Sweeping !995 from master to devel.
[master] Fix TS option name

See merge request lhcb-dirac/LHCbDIRAC!997
parents 5e37d419 fa9177cb
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