RefactoringRope/RefactoringClient.py

changeset 335
9438c2ed7732
parent 326
67bcde9c65b9
child 346
877cac2e8d94
diff -r fe30dc24c9e5 -r 9438c2ed7732 RefactoringRope/RefactoringClient.py
--- 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
     

eric ide

mercurial