Closed pachi closed 3 years ago
QFileDialog.getOpenFileName returns a tuple which has as first element the selected file name, so we need to check this instead of just the tuple (which is always generated).
good catch, thanks!
QFileDialog.getOpenFileName returns a tuple which has as first element the selected file name, so we need to check this instead of just the tuple (which is always generated).