fix bug in cummunication with seaman

do not use quotes around args in "seaman / arg1 arg2"
This commit is contained in:
l_samenv
2023-05-26 11:12:25 +02:00
parent 82db8ffbd0
commit 78aa990f71
5 changed files with 29 additions and 14 deletions

View File

@ -177,7 +177,7 @@ proc hepump::read {} {
sct health_cnt [expr [sct health_cnt] + 1]
if {[sct health_cnt] == 10} {
if {$health > 100} {set health 100}
catch {prep0 / "pump_health_update [result instrument] [format %.0f $health]"} msg
catch {prep0 / pump_health_update [result instrument] [format %.0f $health]} msg
}
}
} else {