DebugClients/Python/ThreadExtension.py

branch
maintenance
changeset 6923
d062df8f1d9f
parent 6646
51eefa621de4
parent 6891
93f82da09f22
--- a/DebugClients/Python/ThreadExtension.py	Sat Mar 02 11:17:15 2019 +0100
+++ b/DebugClients/Python/ThreadExtension.py	Fri Apr 05 19:06:39 2019 +0200
@@ -131,7 +131,7 @@
         @rtype bool
         """
         if blocking:
-            self.clientLock.acquire()
+            return self.clientLock.acquire()
         else:
             return self.clientLock.acquire(blocking)
     

eric ide

mercurial