Skip to content
Snippets Groups Projects
Commit 28981f3d authored by Federico Stagni's avatar Federico Stagni
Browse files

getBookkeepingQuery does not accept parameters

parent 3943061f
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,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