fix fix_stick_sensors
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user