We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1637f commit d9f3c55Copy full SHA for d9f3c55
1 file changed
turtlebot4_setup/ros_setup.py
@@ -87,7 +87,7 @@ def __init__(self, conf: Conf) -> None:
87
function=self.set_fastrtps_default_profiles_file),
88
MenuEntry('', None),
89
MenuEntry(entry='Apply Defaults', function=self.apply_defaults),
90
- MenuEntry(entry='Save', function=self.save_settings),]
+ MenuEntry(entry='Save', function=self.save_settings), ]
91
92
self.menu = Menu(self.title, self.entries)
93
@@ -438,7 +438,7 @@ def generate_uninstall(self):
438
439
def fix_conf_username(self, discovery_conf_contents):
440
"""
441
- Replace the `User=ubuntu` text in the configuration with the current username
+ Replace the `User=ubuntu` text in the configuration with the current username.
442
443
@return The modified config file contents
444
0 commit comments