[model] update messages a little nicer

This commit is contained in:
Max Zwiessele 2014-11-28 10:11:58 +00:00
parent 45ede97d85
commit 4e91a012e6

View file

@ -239,7 +239,7 @@ class Model(Parameterized):
print 'nothing to optimize' print 'nothing to optimize'
if not self.update_model(): if not self.update_model():
print "setting updates on again" print "Updates were off, setting updates on again"
self.update_model(True) self.update_model(True)
if start == None: if start == None: