add bitten into the hook
authorJulien Tribino <julien.tribino@inria.fr>
Wed, 18 Dec 2013 16:49:13 +0000 (17:49 +0100)
committerJulien Tribino <julien.tribino@inria.fr>
Wed, 18 Dec 2013 16:49:13 +0000 (17:49 +0100)
src/nepi/execution/resource.py

index f820408..d0d9079 100644 (file)
@@ -980,7 +980,7 @@ class ResourceManager(Logger):
         self.set_state(ResourceState.PROVISIONED, "_provision_time")
 
     def set_state(self, state, state_time_attr):
-        """ Set the state of the RM while saving the time when the state change """
+        """ Set the state of the RM while keeping a trace of the time """
 
         # Ensure that RM state will not change after released
         if self._state == ResourceState.RELEASED: