Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
9de0c239
Commit
9de0c239
authored
6 years ago
by
Roshan Patil
Browse files
Options
Downloads
Patches
Plain Diff
SB fixes
parent
fc674b2a
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!34
Devbranch to Master
,
!25
testing Data enhancement
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servicebuildermdl/servicebuildermdl.go
+2
-2
servicebuildermdl/servicebuildermdl.go
with
2 additions
and
2 deletions
servicebuildermdl/servicebuildermdl.go
+
2
−
2
View file @
9de0c239
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets