Skip to content
Snippets Groups Projects
Commit 6a2af9c4 authored by Edson Carquin Lopez's avatar Edson Carquin Lopez
Browse files

Fix flake8 unit test error

parent 99b54880
No related branches found
No related tags found
No related merge requests found
...@@ -138,8 +138,6 @@ def tauCoreTrackSequence( RoIs, name ): ...@@ -138,8 +138,6 @@ def tauCoreTrackSequence( RoIs, name ):
viewAlg.roiCollectionName = RoIs viewAlg.roiCollectionName = RoIs
if "TrackRoiUpdater" in viewAlg.name(): if "TrackRoiUpdater" in viewAlg.name():
viewAlg.RoIInputKey = RoIs viewAlg.RoIInputKey = RoIs
if "TrigFastTrackFinder" in viewAlg.name():
theFTF_name = viewAlg.getName()
sequenceOut = TrackCollection sequenceOut = TrackCollection
......
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