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 ...@@ -108,8 +108,7 @@ def launchUpgraderAlarm(alarm_id, after_method_id=[]):\n
# There is one strict order to run the alarms\n # There is one strict order to run the alarms\n
# This is required because the one alarms depends the previous one be\n # This is required because the one alarms depends the previous one be\n
# Fully done.\n # Fully done.\n
previous_method_id = launchUpgraderAlarm(\'bt5_upgrader\', \n previous_method_id = launchUpgraderAlarm(\'bt5_upgrader\')\n
after_method_id = previous_method_id)\n
\n \n
previous_method_id.extend([\'updateBusinessTemplateFromUrl\',\n previous_method_id.extend([\'updateBusinessTemplateFromUrl\',\n
\'TemplateTool_reinstallBT5\',\n \'TemplateTool_reinstallBT5\',\n
......
572 573
\ No newline at end of file \ 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