forgot the : after the else ...

This commit is contained in:
Daniel Heule 2014-01-31 17:59:56 +01:00
parent 197fabf40a
commit 5fbac8d0ba
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class Emulator(object):
if self.cdist_object.exists:
self.log.debug('Object %s override forced with CDIST_ALLOW_OVERRIDE=true',self.cdist_object.name)
self.cdist_object.create(True)
else
else:
self.cdist_object.create()
self.cdist_object.parameters = self.parameters