calcurve_read: fix missing calibrange keyword

+ seaman: fix get_devices
This commit is contained in:
l_samenv
2023-05-25 09:31:08 +02:00
parent 0b8f3bd51c
commit 82db8ffbd0
2 changed files with 3 additions and 2 deletions

View File

@ -370,6 +370,7 @@ proc show {{key ""}} {
proc get_devices {args} {
set ilist [split $args ","]
set result [list]
foreach ins $ilist {
set dev [silent {} result samenv_list $ins]
if {$dev eq ""} {