Commit a64e870b authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Consider BM directory also while downloading Templates

parent 8cca0237
...@@ -419,6 +419,7 @@ class TemplateTool (BaseTool): ...@@ -419,6 +419,7 @@ class TemplateTool (BaseTool):
else: else:
template_version_path_list = [ template_version_path_list = [
name+'/bp/template_format_version', name+'/bp/template_format_version',
name+'/bt/template_format_version',
] ]
for path in template_version_path_list: for path in template_version_path_list:
......
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