From: David E. Eisenstat Date: Sat, 23 Jun 2007 12:22:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: NodeManager-1.6-1~96 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=04962482ddb88a88298ced273ca6bdc2802e1e8d;p=nodemanager.git *** empty log message *** --- diff --git a/accounts.py b/accounts.py index b0ec4c2..3142144 100644 --- a/accounts.py +++ b/accounts.py @@ -119,7 +119,7 @@ class Worker: finally: self._create_sem.release() if not isinstance(self._acct, next_class): self._acct = next_class(rec) else: self._acct.configure(rec) - if next_class != curr_class || startingup: + if next_class != curr_class or startingup: self._acct.start() def ensure_destroyed(self): self._q.put((self._ensure_destroyed,))