Commit 9de0c239 authored by Roshan Patil's avatar Roshan Patil
Browse files

SB fixes

parent fc674b2a
Branches
Tags
2 merge requests!34Devbranch to Master,!25testing Data enhancement
Showing with 2 additions and 2 deletions
......@@ -196,9 +196,9 @@ func (sb *ServiceBuilder) AddStep(stepname, rule string, ld LoadData, blfunc, er
if errormdl.CheckErr1(err) != nil {
loggermdl.LogError("Error in step: ", stepname, err)
sb.ServiceError = errormdl.CheckErr1(err)
} else {
step.expr = expr
return sb
}
step.expr = expr
mutex.Lock()
ruleCache[rule] = expr
mutex.Unlock()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment