Change default parameter to "yes"

pull/416/head
Duncan Sparks 2020-08-23 09:02:12 -07:00 committed by GitHub
parent bd72bd4d68
commit 6bca96ed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)