Commit 0ac3906d authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_prototype: Change the path from where we get the Bp version

parent b0250ee5
...@@ -387,7 +387,7 @@ class TemplateTool (BaseTool): ...@@ -387,7 +387,7 @@ class TemplateTool (BaseTool):
bt = self._download_url(url, id) bt = self._download_url(url, id)
else: else:
# Check the format version for the bt # Check the format version for the bt
format_version_path = name+'/bt/template_format_version' format_version_path = name+'/bp/template_format_version'
try: try:
file = open(os.path.normpath(format_version_path)) file = open(os.path.normpath(format_version_path))
format_version = int(file.read()) format_version = int(file.read())
......
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