Skip to content

Commit

Permalink
[jsk_robot_startup] Consolidate format about remove smach notificatio…
Browse files Browse the repository at this point in the history
…n data
  • Loading branch information
tkmtnt7000 authored and knorth55 committed Nov 16, 2022
1 parent 9a444b9 commit 6999484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def _status_cb(self, msg):
if self.use_google_chat:
self._send_google_chat(self.smach_state_subject[caller_id], self.smach_state_list[caller_id])
self.smach_state_list[caller_id] = None
self.smach_state_subject[caller_id] = None

def _send_mail(self, subject, state_list):
email_msg = Email()
Expand Down

0 comments on commit 6999484

Please sign in to comment.