Commit 7569a9c9 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Revert "TemplateTool: keep_bt5_id_set can't be None because the is expecting...

Revert "TemplateTool: keep_bt5_id_set can't be None because the is expecting one set or list at least."

This reverts commit b72cc56a.
parent b72cc56a
......@@ -1492,7 +1492,7 @@ class TemplateTool (BaseTool):
def upgradeSite(self, bt5_list, deprecated_after_script_dict=None,
deprecated_reinstall_set=None, dry_run=False,
delete_orphaned=False,
keep_bt5_id_set=[]):
keep_bt5_id_set=None):
"""
Upgrade many business templates at a time. bt5_list should
contains only final business templates, then all dependencies
......
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