Code Review
/
parser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
97422ce
)
modify nrpv for parameter
79/61179/2
author
shangxdy
<shang.xiaodong@zte.com.cn>
Tue, 21 Aug 2018 13:55:51 +0000
(21:55 +0800)
committer
shangxdy
<shang.xiaodong@zte.com.cn>
Tue, 4 Sep 2018 08:42:07 +0000
(16:42 +0800)
JIRA: PARSER-181
Change-Id: I3d439f3f80e5f936fdc24dea74b19dd3cace8492
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/shell.py
patch
|
blob
|
history
diff --git
a/tosca2heat/tosca-parser/toscaparser/shell.py
b/tosca2heat/tosca-parser/toscaparser/shell.py
index
83a015c
..
c024d1e
100644
(file)
--- a/
tosca2heat/tosca-parser/toscaparser/shell.py
+++ b/
tosca2heat/tosca-parser/toscaparser/shell.py
@@
-53,7
+53,7
@@
class ParserShell(object):
required=True,
help=_('YAML template or CSAR file to parse.'))
- parser.add_argument('-nrpv', dest='no_required_paras_check',
+ parser.add_argument('-
-
nrpv', dest='no_required_paras_check',
action='store_true', default=False,
help=_('Ignore input parameter validation '
'when parse template.'))