mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
fix(DispatchChecker): uncovered case in is_dispatchable (cause exception)
This commit is contained in:
parent
9b8ffad51d
commit
de3c73cfb3
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ function is_dispatchable(conn::DbConnection, psbid::Int64)
|
||||||
# though 860 has 2+ rows
|
# though 860 has 2+ rows
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
false
|
||||||
else
|
else
|
||||||
single_result.resistance_test_passed == 1 &&
|
single_result.resistance_test_passed == 1 &&
|
||||||
single_result.qspip == 1 &&
|
single_result.qspip == 1 &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue