Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Bixler committed Aug 16, 2023
1 parent deee328 commit a0cdf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/hwp_supervisor/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def update_iboot_state(self, op):
}

if op['status'] != 'ok':
for k in ups_keymap:
for k in iboot_keymap:
setattr(self, k, None)

for k, f in iboot_keymap.items():
Expand Down

0 comments on commit a0cdf60

Please sign in to comment.