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

Merge branch 'cherry-pick-2-8176dba6-devel' into 'devel'

Sweeping !996 from master to devel.
getBookkeepingQuery does not accept parameters

See merge request lhcb-dirac/LHCbDIRAC!998
parents 348a5307 8ced3531
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