--- a/RefactoringRope/RefactoringClient.py Sat May 02 15:05:16 2020 +0200 +++ b/RefactoringRope/RefactoringClient.py Mon Jun 22 18:08:10 2020 +0200 @@ -368,7 +368,7 @@ try: rope.base.libutils.report_change( self.__project, filename, oldSource) - except Exception: + except Exception: # secok # simply ignore it pass