Skip to content
Snippets Groups Projects
Commit dee22b5d authored by John Baines's avatar John Baines Committed by Graeme Stewart
Browse files

fix typo in python print (TrigInDetConf-00-01-06)

	* python/TrigInDetRecToolsFTK.py: fix typo in python print statement
	* tagged as TrigInDetConf-00-01-06


Former-commit-id: e3631983d7686b52979df4372ae8bba8742ee89b
parent d9ce4b8e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"""
___author___ = "Jiri Masik"
___version___ = "$Id: TrigInDetRecToolsFTK.py 786281 2016-11-24 12:48:17Z baines $"
___version___ = "$Id: TrigInDetRecToolsFTK.py 788416 2016-12-07 14:18:16Z baines $"
from AthenaCommon.AppMgr import ToolSvc
......@@ -96,5 +96,5 @@ InDetTrigTrackFitterFTK = Trk__GlobalChi2Fitter(name = "InDetTrigTrackFitterFTK"
ToolSvc += InDetTrigTrackFitterFTK
if (InDetTrigFlags.doPrintConfigurables()):
printInDetTrigTrackFitterFTK
print InDetTrigTrackFitterFTK
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