SICS-754 Use "clientput" instead of "puts stdout" in non-generated drivers
This commit is contained in:
@@ -482,7 +482,7 @@ proc add_robot {name IP port } {
|
||||
close $fd
|
||||
}
|
||||
|
||||
puts stdout "file evaluation of sct_pickandplace.tcl"
|
||||
clientput "file evaluation of sct_pickandplace.tcl"
|
||||
set fd [open "../log/robot_pp.log" w]
|
||||
puts $fd "file evaluation of sct_pickandplace.tcl"
|
||||
close $fd
|
||||
|
||||
Reference in New Issue
Block a user