File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def __init__(self, conf: Conf) -> None:
8787 function = self .set_fastrtps_default_profiles_file ),
8888 MenuEntry ('' , None ),
8989 MenuEntry (entry = 'Apply Defaults' , function = self .apply_defaults ),
90- MenuEntry (entry = 'Save' , function = self .save_settings ),]
90+ MenuEntry (entry = 'Save' , function = self .save_settings ), ]
9191
9292 self .menu = Menu (self .title , self .entries )
9393
@@ -438,7 +438,7 @@ def generate_uninstall(self):
438438
439439 def fix_conf_username (self , discovery_conf_contents ):
440440 """
441- Replace the `User=ubuntu` text in the configuration with the current username
441+ Replace the `User=ubuntu` text in the configuration with the current username.
442442
443443 @return The modified config file contents
444444 """
You can’t perform that action at this time.
0 commit comments