Skip to content

Commit

Permalink
Remove extra word added to comment
Browse files Browse the repository at this point in the history
I think this snuck in during a git merge, looks like a 'git' command got added
to the comment in 4567a0b.
  • Loading branch information
BrianJKoopman committed Sep 9, 2024
1 parent 0583384 commit c9d7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/scpi_psu/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def monitor_output(self, session, params=None):

self.agent.publish_to_feed('psu_output', data)

# Allow this git process to be queried to return current data
# Allow this process to be queried to return current data
session.data = data

if params['test_mode']:
Expand Down

0 comments on commit c9d7a6b

Please sign in to comment.