Commit 80300fe2 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

bt5_config: Use context while calling _install for path item

parent 0438c0a0
......@@ -1665,7 +1665,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