RefactoringRope/CodeAssistClient.py

changeset 335
9438c2ed7732
parent 326
67bcde9c65b9
child 346
877cac2e8d94
--- 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
 

eric ide

mercurial