Sun, 16 Sep 2018 13:32:57 +0200
DebugServer: fixed a typo
Debugger/DebugServer.py | file | annotate | diff | comparison | revisions |
--- a/Debugger/DebugServer.py Sat Sep 15 20:07:42 2018 +0200 +++ b/Debugger/DebugServer.py Sun Sep 16 13:32:57 2018 +0200 @@ -215,7 +215,7 @@ self.clientType = 'Python2' else: self.clientType = 'Python3' - # Change clientType if dependent interpreter not exist anymore + # Change clientType if dependent interpreter does not exist anymore # (maybe deinstalled,...) elif self.clientType == 'Python2' and Preferences.getDebugger( "Python2VirtualEnv") == '':