Small changes in dummy profiling
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Thu, 24 Jul 2014 16:42:06 +0000 (18:42 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Thu, 24 Jul 2014 16:42:06 +0000 (18:42 +0200)
src/nepi/execution/resource.py

index fdae0ad..36816b5 100644 (file)
@@ -353,7 +353,7 @@ class ResourceManager(Logger):
 
         # instance lock to synchronize exclusive state change methods (such
         # as deploy and release methods), in order to prevent them from being 
-        # executed at the same time
+        # executed at the same time and corrupt internal resource state
         self._release_lock = threading.Lock()
 
     @property