diff -r dd1c7ed6d880 -r 78e4a6823a98 RefactoringRope/JsonServer.py --- a/RefactoringRope/JsonServer.py Sun Nov 11 19:43:56 2018 +0100 +++ b/RefactoringRope/JsonServer.py Mon Nov 12 19:03:47 2018 +0100 @@ -243,7 +243,7 @@ if idString: self.__clientProcesses[idString] = proc # wait until the client has connected (= slow start) - while not idString in self.__connections: + while idString not in self.__connections: QCoreApplication.processEvents() else: self.__clientProcess = proc