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): ...@@ -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_version_format' format_version_path = name+'/bt/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