mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-13 09:10:31 +02:00
fixed some tests
This commit is contained in:
@@ -1915,7 +1915,7 @@ std::string Caller::v_limit(int action) {
|
||||
}
|
||||
|
||||
else if (action == defs::PUT_ACTION) {
|
||||
if (args.size() < 1) {
|
||||
if (args.size() != 1) {
|
||||
WrongNumberOfParameters(1);
|
||||
}
|
||||
auto val = StringTo<int>(args[0]);
|
||||
|
||||
Reference in New Issue
Block a user