--- a/RefactoringRope/CodeAssistClient.py Sun Jan 20 15:59:28 2019 +0100 +++ b/RefactoringRope/CodeAssistClient.py Sun Feb 03 15:27:51 2019 +0100 @@ -406,6 +406,7 @@ location = rope.contrib.findit.find_definition( self.__project, source, offset, resource) except Exception as err: + location = None errorDict = self.__handleRopeError(err) if location is not None: