E5Gui/E5PathPickerDialog.py

branch
corba_options
changeset 6441
b7c3b34661d5
parent 6440
81a4bebbc028
child 6444
7ce7a43aeeba
--- a/E5Gui/E5PathPickerDialog.py	Sat Jul 28 14:35:06 2018 +0200
+++ b/E5Gui/E5PathPickerDialog.py	Sat Jul 28 18:28:55 2018 +0200
@@ -152,7 +152,7 @@
     # step 2: show the dialog and get the result
     if dlg.exec_() == QDialog.Accepted:
         ok = True
-        path = dlg.getPath()
+        path = dlg.getPath().strip()
     else:
         ok = False
         path = ""

eric ide

mercurial