DebugClients/Python/ThreadExtension.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
child 6923
d062df8f1d9f
--- a/DebugClients/Python/ThreadExtension.py	Thu Mar 21 19:26:10 2019 +0100
+++ b/DebugClients/Python/ThreadExtension.py	Thu Mar 21 19:27:42 2019 +0100
@@ -131,7 +131,7 @@
         @rtype bool
         """
         if blocking:
-            self.clientLock.acquire()
+            return self.clientLock.acquire()
         else:
             return self.clientLock.acquire(blocking)
     

eric ide

mercurial