Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Jul 23, 2024
1 parent 2a50af8 commit a5f4537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tracking_ros/node_scripts/vlpart_reconfigure_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def config_cb(self, config, level):
_classes:='{}' \
_device:={} \
_use_sam:={} \
""".format(
self.node_name, self.input_image, self.vocabulary, self.classes, self.device, self.use_sam
),
""".format(self.node_name, self.input_image, self.vocabulary, self.classes, self.device, self.use_sam),
shell=True,
)
return config
Expand Down

0 comments on commit a5f4537

Please sign in to comment.