Skip to content

Commit

Permalink
fix typo in pysmurf-controller relock function
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Oct 24, 2024
1 parent 0a2dad4 commit 0edda5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/pysmurf_controller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def uxm_relock(self, session, params):
if result.traceback is not None:
self.log.error("Error occurred:\n{tb}", tb=result.traceback)

return result.success, "Finished UXM Setup"
return result.success, "Finished UXM Relock"

@ocs_agent.param('duration', default=30., type=float)
@ocs_agent.param('kwargs', default=None)
Expand Down

0 comments on commit 0edda5c

Please sign in to comment.