Browse Source

Change default parameter to "yes"

Duncan Sparks 5 years ago
parent
commit
6bca96ed42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SConstruct

+ 1 - 1
SConstruct

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