Skip to content

Commit

Permalink
[dialogflow_task_executive] fix format
Browse files Browse the repository at this point in the history
Co-authored-by: Shingo Kitagawa <[email protected]>
  • Loading branch information
sktometometo and knorth55 committed Jan 5, 2022
1 parent 8b83d6a commit d65d08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow_task_executive/node_scripts/task_executive.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def dialog_cb(self, msg):
rospy.loginfo(
"Starting '{}' with parameters '{}'"
.format(msg.action, msg.parameters))
self.app_manager.start_app(action,launch_args)
self.app_manager.start_app(action, launch_args)

def app_start_cb(self, name):
rospy.loginfo("{} started".format(name))
Expand Down

0 comments on commit d65d08d

Please sign in to comment.