Commit e1962313 authored by Łukasz Nowak's avatar Łukasz Nowak

Inform when module is finished.

parent 3bb1b06e
......@@ -91,6 +91,8 @@ if context in module_list:\n
\n
if deleted:\n
getattr(context.activate(tag=tag), \'03_ERP5Site_deleteVifibAccounting\')(bg=0)\n
else:\n
script.log(\'Finished module %s\' % context.getPath())\n
]]></string> </value>
......
46
\ No newline at end of file
47
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment