From e5063b56933543f8e99bdc587e69c0057ce2fdb2 Mon Sep 17 00:00:00 2001 From: l_samenv Date: Mon, 30 Oct 2023 14:56:11 +0100 Subject: [PATCH] fix fix_stick_sensors --- tcl/seacom.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/seacom.tcl b/tcl/seacom.tcl index 260c381..31ea428 100644 --- a/tcl/seacom.tcl +++ b/tcl/seacom.tcl @@ -655,7 +655,7 @@ proc stick_sensors {sensor1 sensor2} { proc fix_stick_sensors {} { # fix stick sensors foreach path {/tt/ts/curve /tt/ts_2/curve} { - set curv [silent "" sctval $path] + set curv [sctval $path ""] if {$curv ne ""} { hset $path $curv }