works and allowed reboot

This commit is contained in:
maliakal_d 2021-11-11 09:38:01 +01:00
parent 18bbce70b1
commit ec1ee635d5

View File

@ -2159,7 +2159,7 @@ void Detector::updateDetectorServer(const std::string &fname, Positions pos) {
std::string filename = sls::getFileNameFromFilePath(fname); std::string filename = sls::getFileNameFromFilePath(fname);
pimpl->Parallel(&Module::updateDetectorServer, pos, buffer, filename); pimpl->Parallel(&Module::updateDetectorServer, pos, buffer, filename);
if (getDetectorType().squash() != defs::EIGER) { if (getDetectorType().squash() != defs::EIGER) {
; // rebootController(pos); rebootController(pos);
} }
} }