Skip to content
Snippets Groups Projects

Update of PT in ID Trig configuration

Merged Matous Vozak requested to merge mvozak/athena:idtrig-config into master
Files
3
@@ -75,6 +75,8 @@ def makePublicTool(tool_creator) :
from AthenaCommon.AppMgr import ToolSvc
name=kwargs.pop('name',None)
private=kwargs.pop("private",False)
print(kwargs)
if len(args) == 1 :
if name is not None :
raise Exception('Name given as positional and keyword argument')
Loading