Update NNC
Remove erroneous warning messages: NNC: invalid value '' in record 1 for item 12 In file: RON-P50-A01-OPM.DATA, line 3387 NNC(FACE1): not supported use 1* - will continue For NNC(FACE1) and NNC(FACE2) by deleting the default "" value in the JSON file. Client model had hundreds of these messages.
This commit is contained in:
parent
5cca4b0be0
commit
1ea89ab140
@ -70,14 +70,12 @@
|
||||
{
|
||||
"item": 12,
|
||||
"name": "VE_FACE1",
|
||||
"value_type": "STRING",
|
||||
"default": ""
|
||||
"value_type": "STRING"
|
||||
},
|
||||
{
|
||||
"item": 13,
|
||||
"name": "VE_FACE2",
|
||||
"value_type": "STRING",
|
||||
"default": ""
|
||||
"value_type": "STRING"
|
||||
},
|
||||
{
|
||||
"item": 14,
|
||||
|
Loading…
Reference in New Issue
Block a user