do not put an errror in value when status is in error

This commit is contained in:
2023-03-23 13:47:10 +01:00
parent 1ec245c823
commit f3476f656c

View File

@ -610,7 +610,7 @@ proc secop::update_ {} {
}
set writestatus [silent done hgetpropval $objpath writestatus]
if {$value < 100 || $value >= 400} { # error
updateerror $objpath $text_value
# updateerror $objpath $text_value
catch {
updateerror $objpath/target $text_value
}