Commit 5206f79f authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Expand path for zexp_path of Business Manager

parent f20a1968
......@@ -402,6 +402,9 @@ class TemplateTool (BaseTool):
urltype, name = splittype(url)
# Create a zexp path which would be used for Business Manager files
zexp_path = name + '/' + name.split('/')[-1] + '.zexp'
# Better to expand path as we now use ~software_release for the software
# folder
zexp_path = os.path.expanduser(zexp_path)
if WIN and urltype and '\\' in name:
urltype = None
......
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