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

    https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88400526
  
    --- Diff: aria/cli/commands.py ---
    @@ -164,10 +162,11 @@ def _workspace_setup(self):
             return local_storage()
     
         def _parse_blueprint(self, blueprint_path, inputs=None):
    -        plan = parse_from_path(blueprint_path)
    -        self.logger.info('blueprint parsed successfully')
    -        deployment_plan = prepare_deployment_plan(plan=plan.copy(), 
inputs=inputs)
    -        return plan, deployment_plan
    +        #plan = parse_from_path(blueprint_path)
    --- End diff --
    
    can we implement this functionality using the new parser? if not, let's 
remove the commented lines


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