Commit 1f8f693d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

bugfix.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43207 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96c7b23d
......@@ -108,8 +108,7 @@ def launchUpgraderAlarm(alarm_id, after_method_id=[]):\n
# There is one strict order to run the alarms\n
# This is required because the one alarms depends the previous one be\n
# Fully done.\n
previous_method_id = launchUpgraderAlarm(\'bt5_upgrader\', \n
after_method_id = previous_method_id)\n
previous_method_id = launchUpgraderAlarm(\'bt5_upgrader\')\n
\n
previous_method_id.extend([\'updateBusinessTemplateFromUrl\',\n
\'TemplateTool_reinstallBT5\',\n
......
572
\ No newline at end of file
573
\ 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