StartDialog: fixed workdir path conversion.

Sun, 10 Feb 2019 17:05:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 10 Feb 2019 17:05:14 +0100
changeset 6720
ba02b7a62dbc
parent 6719
705080ffd4a9
child 6722
c58295e218b7

StartDialog: fixed workdir path conversion.

Debugger/StartDialog.py file | annotate | diff | comparison | revisions
--- a/Debugger/StartDialog.py	Sun Feb 10 17:02:51 2019 +0100
+++ b/Debugger/StartDialog.py	Sun Feb 10 17:05:14 2019 +0100
@@ -163,7 +163,7 @@
             clear interpreter flag (boolean) and run in console flag (boolean)
         """
         cmdLine = self.ui.cmdlineCombo.currentText()
-        workdir = self.ui.workdirPicker.currentText()
+        workdir = self.ui.workdirPicker.currentText(toNative=False)
         environment = self.ui.environmentCombo.currentText()
         venvName = self.ui.venvComboBox.currentText()
         

eric ide

mercurial