From 8d02be43605c71c10a0f4055f638856a1369702b Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Thu, 24 Jul 2014 18:42:06 +0200 Subject: [PATCH] Small changes in dummy profiling --- src/nepi/execution/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0