Skip to content

Commit

Permalink
Changed variable name to fix minor bug (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Bixler <[email protected]>
  • Loading branch information
2 people authored and BrianJKoopman committed Apr 23, 2024
1 parent e044730 commit c91032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/hwp_pmx/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def monitor_supervisor(self, session, params):
if res['status'] != 'ok':
action = 'no_data'
else:
action = res['data']['actions']['rotation']
action = res['data']['actions']['pmx']

# If action is 'ok', update last_ok_time
if action == 'ok':
Expand Down

0 comments on commit c91032a

Please sign in to comment.