X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=account.py;h=a069f2c64485c6d74d4c52195a7fe3cbab490b43;hb=4a64676042177ee6c9435a9c60ba3db90e3c17d0;hp=5cbd21ceba88a101425ed365afa19a4778c0529b;hpb=d88a6b97acdd56a303918cac7ed16ffad269d648;p=nodemanager.git diff --git a/account.py b/account.py index 5cbd21c..a069f2c 100644 --- a/account.py +++ b/account.py @@ -182,7 +182,7 @@ If still valid, check if running and configure/start if not.""" if not isinstance(self._acct, next_class): self._acct = next_class(rec) logger.verbose("account.Worker.ensure_created: %s, running=%r"%(self.name,self.is_running())) - # reservation_alive is set on reervable nodes, and its value is a boolean + # reservation_alive is set on reservable nodes, and its value is a boolean if 'reservation_alive' in rec: # reservable nodes if rec['reservation_alive']: