Debugger/DebugServer.py

changeset 6348
d6c0b8ab1fc6
parent 6300
cfb21ace8d09
child 6352
4bdc6503df81
diff -r bcca9eba56a1 -r d6c0b8ab1fc6 Debugger/DebugServer.py
--- a/Debugger/DebugServer.py	Fri Jun 15 11:56:58 2018 +0200
+++ b/Debugger/DebugServer.py	Fri Jun 15 18:49:48 2018 +0200
@@ -218,10 +218,10 @@
         # Change clientType if dependent interpreter not exist anymore
         # (maybe deinstalled,...)
         elif self.clientType == 'Python2' and Preferences.getDebugger(
-                "PythonInterpreter") == '':
+                "Python2VirtualEnv") == '':
             self.clientType = 'Python3'
         elif self.clientType == 'Python3' and Preferences.getDebugger(
-                "Python3Interpreter") == '':
+                "Python3VirtualEnv") == '':
             self.clientType = 'Python2'
         
         self.lastClientType = ''

eric ide

mercurial