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

    https://github.com/apache/incubator-ariatosca/pull/138#discussion_r118375044
  
    --- Diff: 
extensions/aria_extension_tosca/simple_v1_0/modeling/parameters.py ---
    @@ -71,6 +72,7 @@ def get_assigned_and_defined_property_values(context, 
presentation, field_name='
         values = OrderedDict()
     
         the_type = presentation._get_type(context)
    +    field_name_plural = pluralize(field_name)
    --- End diff --
    
    Previously we sent the plural as a function argument, but I optimized by 
removing it... just some code cleanup.


---
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