From: Alina Quereilhac Date: Thu, 24 Jul 2014 16:42:06 +0000 (+0200) Subject: Small changes in dummy profiling X-Git-Tag: nepi-3.2.0~119 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d02be43605c71c10a0f4055f638856a1369702b;p=nepi.git Small changes in dummy profiling --- diff --git a/src/nepi/execution/resource.py b/src/nepi/execution/resource.py index fdae0ade..36816b56 100644 --- a/src/nepi/execution/resource.py +++ b/src/nepi/execution/resource.py @@ -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