diff --git a/product/ERP5/Tool/TemplateTool.py b/product/ERP5/Tool/TemplateTool.py index ac526f71d80cc1da295d3df219418ca4a743c99a..b55b1abc29582c62b29ff520b22e7db121aa6500 100644 --- a/product/ERP5/Tool/TemplateTool.py +++ b/product/ERP5/Tool/TemplateTool.py @@ -580,7 +580,7 @@ class TemplateTool (BaseTool): bt5_path_list.append(os.path.join(site_configuration.instancehome, 'bt5')) # add locally saved Business Templates, not perfect, but helps some # people doing strict TTW development - bt5_paht_list.append(site_configuration.clienthome) + bt5_path_list.append(site_configuration.clienthome) test_cmd_args += ['--bt5_path', ','.join(bt5_path_list)] test_cmd_args += test_list # prepare message - intentionally without any additional formatting, as