diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/E5Gui/E5PathPickerDialog.py --- a/eric6/E5Gui/E5PathPickerDialog.py Mon Oct 05 19:51:55 2020 +0200 +++ b/eric6/E5Gui/E5PathPickerDialog.py Tue Oct 06 17:52:44 2020 +0200 @@ -151,7 +151,7 @@ dlg.setPickerFilters(";;".join(filters)) # step 2: show the dialog and get the result - if dlg.exec_() == QDialog.Accepted: + if dlg.exec() == QDialog.Accepted: ok = True path = dlg.getPath().strip() else: