aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/ethos_u/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/ethos_u/handlers.py')
-rw-r--r--src/mlia/target/ethos_u/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/ethos_u/handlers.py b/src/mlia/target/ethos_u/handlers.py
index c9d0dc7..b9c89e8 100644
--- a/src/mlia/target/ethos_u/handlers.py
+++ b/src/mlia/target/ethos_u/handlers.py
@@ -51,4 +51,4 @@ class EthosUEventHandler(WorkflowEventsHandler, EthosUAdvisorEventHandler):
def on_ethos_u_advisor_started(self, event: EthosUAdvisorStartedEvent) -> None:
"""Handle EthosUAdvisorStarted event."""
- self.reporter.submit(event.target)
+ self.reporter.submit(event.target_config)