diff -r 69dfdb26f600 -r f9d32913bad4 canfestival/canfestival.py --- a/canfestival/canfestival.py Tue Aug 15 22:38:43 2017 +0300 +++ b/canfestival/canfestival.py Wed Aug 16 11:47:27 2017 +0300 @@ -170,7 +170,7 @@ os.path.expanduser("~"), "%s.eds" % self.CTNName(), _("EDS files (*.eds)|*.eds|All files|*.*"), - wx.SAVE|wx.OVERWRITE_PROMPT) + wx.SAVE | wx.OVERWRITE_PROMPT) if dialog.ShowModal() == wx.ID_OK: result = eds_utils.GenerateEDSFile(dialog.GetPath(), self.GetCurrentNodeCopy()) if result: