Github user AviaE commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/189#discussion_r130873555
  
    --- Diff: extensions/aria_extension_tosca/simple_v1_0/modeling/__init__.py 
---
    @@ -497,8 +497,8 @@ def get(name, default=None):
     
     
     def create_workflow_operation_template_model(context, service_template, 
policy):
    -    model = OperationTemplate(name=policy._name,
    -                              service_template=service_template)
    +    model = OperationTemplate(name=policy._name)
    +    service_template.workflow_templates[model.name] = model
    --- End diff --
    
    Add your comment as a code comment. `service_template.workflows` --> 
`service_template.workflow_templates`.
    And if you think this problem is in other places also, open a Jira issue 
for it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to