diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2017-09-13 01:22:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-13 01:22:30 +0000 |
commit | 87920ff99ba0a2ba5cbe0532a4f6d94846525f51 (patch) | |
tree | 0d807a25a96db2c2d9c90ff1266bb94a3840bb15 /tosca2heat/tosca-parser/toscaparser/shell.py | |
parent | 8153ff1bac0ec3664c777302396698e4fb5f34b9 (diff) | |
parent | 0ca37647fe417e078c5bd70f8452c264ace3a2d7 (diff) |
Merge "Fix substitution mapping assigned value to nodetemplate"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/shell.py')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/shell.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/shell.py b/tosca2heat/tosca-parser/toscaparser/shell.py index ba9c28f..88c7473 100644 --- a/tosca2heat/tosca-parser/toscaparser/shell.py +++ b/tosca2heat/tosca-parser/toscaparser/shell.py @@ -91,11 +91,8 @@ class ParserShell(object): no_required_paras_check=nrpv, debug_mode=debug_mode) except ValidationError as e: - msg = _(' ===== main service template ===== ') - log.error(msg) log.error(e.message) if debug_mode: - print(msg) print(e.message) else: raise e |