fix error in error_update (erepr)
This commit is contained in:
@ -758,7 +758,7 @@ proc secop::update_ {} {
|
||||
}
|
||||
error_update {
|
||||
lassign $val etype erepr
|
||||
set etext erepr
|
||||
set etext $erepr
|
||||
regexp {.*'(.*)'} $erepr -> etext
|
||||
hsetprop $path geterror "${etype}: $etext"
|
||||
}
|
||||
|
Reference in New Issue
Block a user