Fixed formatting
This commit is contained in:
parent
ffc88bfaae
commit
4b37dec988
|
@ -238,7 +238,7 @@ def set_field(fields):
|
||||||
fields['maxval'] = None
|
fields['maxval'] = None
|
||||||
fields['default'] = '12.2.0.1'
|
fields['default'] = '12.2.0.1'
|
||||||
fields['vartype'] = 5
|
fields['vartype'] = 5
|
||||||
fields['enumvals'] = '11.2.0.1,11.2.0.2,11.2.0.3,11.2.0.4,12.1.0.1,12.1.0.2,12.2.0.1'
|
fields['enumvals'] = '11.2.0.1,11.2.0.2,11.2.0.3,11.2.0.4,12.1.0.1,12.1.0.2,12.2.0.1'
|
||||||
if fields['name'].upper() == 'DISK_ASYNCH_IO':
|
if fields['name'].upper() == 'DISK_ASYNCH_IO':
|
||||||
fields['tunable'] = True
|
fields['tunable'] = True
|
||||||
fields['vartype'] = 5
|
fields['vartype'] = 5
|
||||||
|
|
Loading…
Reference in New Issue