== is not = :-/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
de8a09b45d
commit
e9541b2a2a
1 changed files with 2 additions and 2 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue