SICS-696 Explicity include the namespace on mk_sct_ calls
This commit is contained in:
@@ -614,8 +614,8 @@ proc add_syr {name IP port} {
|
||||
if {[SplitReply [environment_simulation]]=="false"} {
|
||||
makesctcontroller sct_syr syringe ${IP}:$port "\r"
|
||||
}
|
||||
puts $fd "mk_sct_syr sct_syr environment $name"
|
||||
mk_sct_syr sct_syr environment $name
|
||||
puts $fd "::scobj::syr::mk_sct_syr sct_syr environment $name"
|
||||
::scobj::syr::mk_sct_syr sct_syr environment $name
|
||||
close $fd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user