ENH:Clear the value of the previous nozzle type

jira:[for nozzle check]

Change-Id: I9a932b833fb07de6cb0a91abe6372b0e91f273f1
This commit is contained in:
tao wang 2024-05-09 14:47:42 +08:00 committed by Lane.Wei
parent 476f15c208
commit 2e1bc51758
1 changed files with 3 additions and 0 deletions

View File

@ -3560,6 +3560,9 @@ int MachineObject::parse_json(std::string payload, bool key_field_only)
}
}
}
else {
nozzle_type = "";
}
}
catch (...) {
;