invert probability

pull/53/head
Zlatin Balevsky 2020-10-20 15:15:39 +01:00
parent 3b10640904
commit 315f29c668
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ class HostMCProfile {
case SUCCESSFUL :
switch(nextStatus) {
case SUCCESSFUL : return SS
case REJECTED : return RS
case FAILED : return FS
case REJECTED : return SR
case FAILED : return SF
}
case REJECTED :
switch(nextStatus) {