do a commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-02-14 13:40:07 +01:00
parent 56840deb9b
commit 1de832509a
2 changed files with 8 additions and 1 deletions

View File

@ -192,6 +192,10 @@ ReturnValue_t ImtqHandler::buildCommandFromCommand(DeviceCommandId_t deviceComma
if (result != returnvalue::OK) {
return result;
}
result = dipoleSet.commit();
if (result != returnvalue::OK) {
sif::error << "ImtqHandler::buildCommandFromCommand: commit failed" << std::endl;
}
} else {
// Read set dipole values from local pool
PoolReadGuard pg(&dipoleSet);