Skip to content

Commit c90e172

Browse files
committed
fix trailing spaces in generated config
1 parent b009c91 commit c90e172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scbgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def set_arguments(settings):
289289

290290
def apply_global_config(self):
291291
# set the config
292-
the_config = self.generate_new_config()
292+
the_config = self.generate_new_config().strip()
293293

294294
# Open the config file
295295
with open(scbpath, 'r') as file:

0 commit comments

Comments
 (0)