diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-09-10 00:24:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-10 00:24:59 +0000 |
commit | 98a00a5e3fac8b2ea7a23b8265fb5d70a8b9d35f (patch) | |
tree | 98a5b290bbf2e3155b72f0a8ad47f27960431245 /ms/command-executor/src/main/python/utils.py | |
parent | ea30ce882465f8e48e076fb5d057c9e07c6ec601 (diff) | |
parent | 3a80a2a714f97a90f53edb048b5b88e8fc8077ec (diff) |
Merge "Revert "Use ProcessPool rather than ThreadPool Executor""
Diffstat (limited to 'ms/command-executor/src/main/python/utils.py')
-rw-r--r-- | ms/command-executor/src/main/python/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ms/command-executor/src/main/python/utils.py b/ms/command-executor/src/main/python/utils.py index 4314b287d..dc5d0089f 100644 --- a/ms/command-executor/src/main/python/utils.py +++ b/ms/command-executor/src/main/python/utils.py @@ -17,7 +17,6 @@ from google.protobuf.timestamp_pb2 import Timestamp import proto.CommandExecutor_pb2 as CommandExecutor_pb2 - def get_blueprint_id(request): blueprint_name = request.identifiers.blueprintName blueprint_version = request.identifiers.blueprintVersion |