Skip to content

Commit

Permalink
Changed variable name to fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Bixler committed Nov 28, 2023
1 parent 3a0559e commit 9dc94a2
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 @@ -379,7 +379,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 9dc94a2

Please sign in to comment.