Commit ceb9a4de authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Spelling mistake sorted

parent 778477e6
...@@ -1661,7 +1661,7 @@ class TemplateTool (BaseTool): ...@@ -1661,7 +1661,7 @@ class TemplateTool (BaseTool):
if combinedBT.getStatus() == 'flattened': if combinedBT.getStatus() == 'flattened':
# Run install on separate Business Item one by one # Run install on separate Business Item one by one
for path_item in combinedBt._path_item_list: for path_item in combinedBT._path_item_list:
path_item.install() path_item.install()
else: else:
raise ValueError, 'Business Manager not flattened, cannot install' raise ValueError, 'Business Manager not flattened, cannot install'
......
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