Github user mxmrlv commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/163#discussion_r124254651
--- Diff: aria/orchestrator/workflows/executor/process.py ---
@@ -25,6 +25,10 @@
# As part of the process executor implementation, subprocess are started
with this module as their
# entry point. We thus remove this module's directory from the python path
if it happens to be
# there
+from collections import namedtuple
+
--- End diff --
rmove
---
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 [email protected] or file a JIRA ticket
with INFRA.
---