appy.gen: bugfixes.

This commit is contained in:
Gaetan Delannay 2012-03-08 20:56:14 +01:00
parent 7b0b7e147d
commit 0dd8b72dca
6 changed files with 16 additions and 19 deletions

View file

@ -133,5 +133,4 @@ class ToolWrapper(AbstractWrapper):
expression="ctx['nb'] += int(obj.o.refreshSecurity())")
msg = 'Security refresh: %d object(s) updated.' % context['nb']
self.log(msg)
self.say(msg)
# ------------------------------------------------------------------------------