Commit 4988f68a authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Use context while calling _install for path item

parent 58fe7fbe
......@@ -1662,7 +1662,7 @@ class TemplateTool (BaseTool):
if combinedBT.getStatus() == 'flattened':
# Run install on separate Business Item one by one
for path_item in combinedBT._path_item_list:
path_item.install()
path_item.install(self)
else:
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