mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-08 19:18:40 +01:00
Dev/verify shm (#1276)
* removed verify, update, fixed getUser to be a free function, generated commands, python bindings yet to do * python bindings * fixed tests * minor * minor * format
This commit is contained in:
@@ -4158,7 +4158,9 @@ int InferAction::updatemode() {
|
||||
int InferAction::user() {
|
||||
|
||||
if (args.size() == 0) {
|
||||
return slsDetectorDefs::GET_ACTION;
|
||||
throw RuntimeError(
|
||||
"sls_detector is disabled for command: user with number of "
|
||||
"arguments 0. Use sls_detector_get or sls_detector_put");
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user