== is not = :-/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-19 16:29:30 +02:00
parent de8a09b45d
commit e9541b2a2a
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ class ConfigInstall(object):
self.code.run_code_remote(cdist_object)
# Mark this object as done
self.log.info("Finishing run of " + cdist_object.name)
cdist_object.state == core.Object.STATE_DONE
self.log.debug("Finishing run of " + cdist_object.name)
cdist_object.state = core.Object.STATE_DONE
def stage_run(self):
"""The final (and real) step of deployment"""