X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=accounts.py;h=c064ec65210c1bd944d85e640aec2a37f70d0671;hb=fc854ce9e3bb24319df3f95545c5764647af6f73;hp=2afa333d3e2ca3daeeb82feb23556c1767d301e6;hpb=f72a39f3429cee1778a355387e205a9f19c35680;p=nodemanager.git diff --git a/accounts.py b/accounts.py index 2afa333..c064ec6 100644 --- a/accounts.py +++ b/accounts.py @@ -133,8 +133,8 @@ class Worker: self._acct = None # the account object currently associated with this worker def ensure_created(self, rec, startingup = Startingup): - """Check account type is still valid. If not, recreate sliver. If still valid, - check if running and configure/start if not.""" + """Check account type is still valid. If not, recreate sliver. +If still valid, check if running and configure/start if not.""" curr_class = self._get_class() next_class = type_acct_class[rec['type']] if next_class != curr_class: