Skip to content
Snippets Groups Projects
Commit 8ced3531 authored by Chris Burr's avatar Chris Burr Committed by LHCbDIRAC Bot
Browse files

Merge branch 'v10r1-fixes21' into 'master'

getBookkeepingQuery does not accept parameters

See merge request lhcb-dirac/LHCbDIRAC!996

(cherry picked from commit 8176dba6)

28981f3d getBookkeepingQuery does not accept parameters
parent 348a5307
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class Transformation(DIRACTransformation):
"""get a BKK Query."""
if self.paramValues['BkQuery']:
return S_OK(self.paramValues['BkQuery'])
res = self.__executeOperation('getBookkeepingQuery', printOutput=printOutput)
res = self.__executeOperation('getBookkeepingQuery')
if not res['OK']:
return res
self.item_called = 'BkQuery'
......
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