From c9d7a6bb8ce167b05d80d1bb3beb3f8bea8fff4a Mon Sep 17 00:00:00 2001 From: Brian Koopman Date: Mon, 9 Sep 2024 13:16:12 -0400 Subject: [PATCH] Remove extra word added to comment I think this snuck in during a git merge, looks like a 'git' command got added to the comment in 4567a0b7bc238459f4b727ae930ca95b4554ab6a. --- socs/agents/scpi_psu/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socs/agents/scpi_psu/agent.py b/socs/agents/scpi_psu/agent.py index 534b14543..11e235f90 100644 --- a/socs/agents/scpi_psu/agent.py +++ b/socs/agents/scpi_psu/agent.py @@ -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']: