Skip to content
Snippets Groups Projects

Sc 107/default extention file selection

Merged Ghost User requested to merge SC-107/default-extention-file-selection into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -76,7 +76,7 @@ class ControllerClass:
file_paths = askopenfilenames(
initialdir=datapath, # If not found, then not a problem.
title="",
title="Select " + file_type + " files",
defaultextension='.csv',
filetypes=(("Comma-separated values", "*.csv"),
("TextGrid", "*.TextGrid"),
Loading