Commit fe9c116b authored by Gabriel Monnerat's avatar Gabriel Monnerat

TemplateTool: keep_bt5_id_set can't be None because is expected one set or a list at least.

parent 7569a9c9
......@@ -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=None):
keep_bt5_id_set=[]):
"""
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