Commit 60ebe529 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_prototype: Fixed file naming mistake

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