--- a/RefactoringRope/CodeAssistClient.py Sat May 02 15:05:16 2020 +0200 +++ b/RefactoringRope/CodeAssistClient.py Mon Jun 22 18:08:10 2020 +0200 @@ -246,7 +246,7 @@ cts = rope.contrib.codeassist.get_calltip( self.__project, source, offset, resource, maxfixes=maxfixes, remove_self=True) - except Exception: + except Exception: # secok pass if cts is not None: @@ -437,7 +437,7 @@ try: rope.base.libutils.report_change( self.__project, filename, oldSource) - except Exception: + except Exception: # secok # simply ignore it pass