We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc7c5 commit f45d68aCopy full SHA for f45d68a
cpa/classifier.py
@@ -1088,7 +1088,7 @@ def OnLoadTrainingSet(self, evt):
1088
'''
1089
dlg = wx.FileDialog(self, "Select the file containing your classifier training set.",
1090
defaultDir=os.getcwd(),
1091
- wildcard='Text files(*.txt)|*.txt|CSV files(*.csv)|*.csv',
+ wildcard='Text files (*.txt)|*.txt|CSV files (*.csv)|*.csv',
1092
style=wx.OPEN | wx.FD_CHANGE_DIR)
1093
if dlg.ShowModal() == wx.ID_OK:
1094
filename = dlg.GetPath()
0 commit comments