eric6/E5Gui/E5PathPickerDialog.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7780
41420f82c0ac
--- 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:

eric ide

mercurial