aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/target/cortex_a/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/target/cortex_a/handlers.py')
-rw-r--r--src/mlia/target/cortex_a/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/target/cortex_a/handlers.py b/src/mlia/target/cortex_a/handlers.py
index d46197c..a952c39 100644
--- a/src/mlia/target/cortex_a/handlers.py
+++ b/src/mlia/target/cortex_a/handlers.py
@@ -35,4 +35,4 @@ class CortexAEventHandler(WorkflowEventsHandler, CortexAAdvisorEventHandler):
def on_cortex_a_advisor_started(self, event: CortexAAdvisorStartedEvent) -> None:
"""Handle CortexAAdvisorStarted event."""
- self.reporter.submit(event.target)
+ self.reporter.submit(event.target_config)