DebugClients/Python/BreakpointWatch.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
--- a/DebugClients/Python/BreakpointWatch.py	Thu Mar 21 19:26:10 2019 +0100
+++ b/DebugClients/Python/BreakpointWatch.py	Thu Mar 21 19:27:42 2019 +0100
@@ -278,6 +278,8 @@
         for b in Watch.watches:
             if b.cond == cond:
                 return b
+        
+        return None
 
     @staticmethod
     def effectiveWatch(frame):

eric ide

mercurial