Push GUI config setting changes to the engine process' Hooke.
[hooke.git] / hooke / ui / gui / dialog / save_file.py
index 0d72db0ae109fe7845343a93701a3048dfa4be9e..cdf95dadd6305982e3e8d62e929fa5593f8cf271 100644 (file)
@@ -48,7 +48,7 @@ def select_save_file(directory, name, extension=None, *args, **kwargs):
         dialog.SetValue(name)
         if dialog.ShowModal() != wx.ID_OK:
             return  # abort
-        name = dialog.GetValue()    
+        name = dialog.GetValue()
         if not name_exists(name):
             return name
         dialogConfirm = wx.MessageDialog(