Change default parameter to "yes"
This commit is contained in:
parent
bd72bd4d68
commit
6bca96ed42
@ -147,7 +147,7 @@ opts.Add(
|
||||
opts.Add(BoolVariable(
|
||||
'generate_template_get_node',
|
||||
"Generate a template version of the Node class's get_node.",
|
||||
False
|
||||
True
|
||||
))
|
||||
|
||||
env = Environment(ENV = os.environ)
|
||||
|
Loading…
x
Reference in New Issue
Block a user