Skip to content
Snippets Groups Projects
Commit 36dc3239 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed MCOStartEvent content

parent 5872c6ac
No related branches found
No related tags found
1 merge request!86Improve event handling
......@@ -7,8 +7,8 @@ class BaseDriverEvent(HasStrictTraits):
class MCOStartEvent(BaseDriverEvent):
"""MCO should emit this event when the evaluation starts."""
input_names = Str()
output_names = Str()
input_names = Tuple(Str())
output_names = Tuple(Str())
class MCOFinishEvent(BaseDriverEvent):
......
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