File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
geophires_x_schema_generator Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 168
168
"default" : " HIP.html" ,
169
169
"minimum" : null ,
170
170
"maximum" : null
171
+ },
172
+ "Print Output to Console" : {
173
+ "description" : " Provide False if you do not want to print output to the console" ,
174
+ "type" : " boolean" ,
175
+ "units" : null ,
176
+ "category" : null ,
177
+ "default" : true ,
178
+ "minimum" : null ,
179
+ "maximum" : null
171
180
}
172
181
}
173
182
}
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
359
359
'Print Output to Console' ,
360
360
DefaultValue = True ,
361
361
UnitType = Units .NONE ,
362
- ToolTipText = 'Whether to print output to the console ' ,
362
+ ToolTipText = 'Provide False if you do not want to print output to the console' ,
363
363
)
364
364
)
365
365
You can’t perform that action at this time.
0 commit comments