summaryrefslogtreecommitdiffstats
path: root/ds9/library/comm.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-16 20:54:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-16 20:54:00 (GMT)
commit73cf721919b84edc8912541b6c396ec2186797f2 (patch)
treec8672ddaa4ec2e6908848e4c172cf6c4f89bb4d6 /ds9/library/comm.tcl
parentd115b1d579b2ce618d598813a2e1795c8d2500cf (diff)
downloadblt-73cf721919b84edc8912541b6c396ec2186797f2.zip
blt-73cf721919b84edc8912541b6c396ec2186797f2.tar.gz
blt-73cf721919b84edc8912541b6c396ec2186797f2.tar.bz2
minor bug fixes
Diffstat (limited to 'ds9/library/comm.tcl')
-rw-r--r--ds9/library/comm.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/comm.tcl b/ds9/library/comm.tcl
index 8be7f98..8e78f6e 100644
--- a/ds9/library/comm.tcl
+++ b/ds9/library/comm.tcl
@@ -6,7 +6,7 @@ package provide DS9 1.0
# used to access ProcessSend*Cmd via tcl
proc CommReturn {id rr} {
- return "$id $rr"
+ return -level 3 "$id $rr"
}
proc CommSet {fn paramlist {safemode 0}} {