Skip to content
Snippets Groups Projects
Commit 308ac1b0 authored by Mark Andrew Owen's avatar Mark Andrew Owen
Browse files

Give Output a meaningful name in EmptyMenuSequence

parent 8abcbf89
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ class EmptyMenuSequence(object):
""" By construction it has no Hypo;"""
def __init__(self, name):
Maker = CompFactory.HLTTest__TestInputMaker("IM"+name, RoIsLink="initialRoI", LinkName="initialRoI")
Maker = CompFactory.HLTTest__TestInputMaker("IM"+name, RoIsLink="initialRoI", LinkName="initialRoI", Output = 'empty' + name)
self._name = name
self._maker = InputMakerNode( Alg = Maker )
self._seed=''
......
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