Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update platformwrapper.py
Browse files Browse the repository at this point in the history
riley206 authored Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 791a5d7 commit 1c43000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volttrontesting/platformwrapper.py
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1c43000

Please sign in to comment.