Browse Source

Minor FilePicker typo

pull/252/head
Eugenio Parodi 2 years ago
parent
commit
1ec6aef34b
  1. 2
      TermTk/TTkWidgets/TTkPickers/filepicker.py

2
TermTk/TTkWidgets/TTkPickers/filepicker.py

@ -170,7 +170,7 @@ class TTkFileDialogPicker(TTkWindow):
self._path += '/'
else:
self._fileName = os.path.basename(self._path)
self._path = os.path.dirname(self._path)
self._path = os.path.dirname(self._path)+'/'
self._filter = '*'
self._filters = kwargs.get('filter','All Files (*)')
self._caption = kwargs.get('caption','File Dialog')

Loading…
Cancel
Save