From 1c9a92ac9623341ba0dc1bad99319eb14d0195e3 Mon Sep 17 00:00:00 2001 From: Julien Tribino Date: Wed, 18 Dec 2013 17:49:13 +0100 Subject: [PATCH] add bitten into the hook --- 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 f820408b..d0d9079a 100644 --- a/src/nepi/execution/resource.py +++ b/src/nepi/execution/resource.py @@ -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: -- 2.47.0