Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rodgers committed Apr 23, 2024
1 parent 103758a commit a59e720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volttron/platform/aip.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def agent_tag(self, agent_uuid):
tag_file = os.path.join(self.install_dir, agent_uuid, 'TAG')
with ignore_enoent, open(tag_file, 'r') as file:
tag = file.readline(64)
cached_tag[agent_uuid] = tag
self.agent_uuid_tag_map[agent_uuid] = tag
return tag

def agent_version(self, agent_uuid):
Expand Down

0 comments on commit a59e720

Please sign in to comment.