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.