From 1c430001f34225384af4607923034a53c60c2344 Mon Sep 17 00:00:00 2001 From: riley206 <89715390+riley206@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:44:18 -0800 Subject: [PATCH] Update platformwrapper.py --- src/volttrontesting/platformwrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volttrontesting/platformwrapper.py b/src/volttrontesting/platformwrapper.py index b82b959..fa2e368 100644 --- a/src/volttrontesting/platformwrapper.py +++ b/src/volttrontesting/platformwrapper.py @@ -405,7 +405,7 @@ def get_agent_by_identity(self, identity): if agent.get('identity') == identity: return agent - def run_command(self, command: list): + def run_vctl_command(self, command: list): """ Run a vctl command within the appropriate environment for the PlatformWrapper instance.