Skip to content

Commit

Permalink
Remove stray added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jan 10, 2025
1 parent 651e532 commit 9f4325e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion socs/agents/scpi_psu/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def get_current(self, session, params=None):
'channel': chan,
'current': self.psu.get_curr(chan)
}

session.data = data
else:
return False, "Cannot measure output when output is disabled."
Expand Down

0 comments on commit 9f4325e

Please sign in to comment.